Tribe__Repository::set_create_args( array $create_args )

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


Parameters

$create_args

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


Top ↑

Source

File: src/Tribe/Repository.php

	public function set_create_args( array $create_args ) {
		$this->create_args = $create_args;
	}

Top ↑

Changelog

Changelog
Version Description
4.9.5 Introduced.