Tribe__Repository::get_create_args()

Returns the create args the repository will use to create posts.


Return

(array) The create args the repository will use to create posts.


Top ↑

Source

File: src/Tribe/Repository.php

	public function get_create_args() {
		return $this->create_args;
	}

Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.