Tribe__Repository::set_create_args( array $create_args )
Sets the create args the repository will use to create posts.
Contents
Parameters
- $create_args
-
(array) (Required) The create args the repository will use to create posts.
Source
File: src/Tribe/Repository.php
public function set_create_args( array $create_args ) {
$this->create_args = $create_args;
}
Changelog
| Version | Description |
|---|---|
| 4.9.5 | Introduced. |