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.
Source
File: src/Tribe/Repository.php
public function get_create_args() {
return $this->create_args;
}
Changelog
| Version | Description |
|---|---|
| 4.9.5 | Introduced. |