ACF_Location_Post_Taxonomy::initialize
Initializes props.
Method of the class: ACF_Location_Post_Taxonomy{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ACF_Location_Post_Taxonomy = new ACF_Location_Post_Taxonomy(); $ACF_Location_Post_Taxonomy->initialize();
Changelog
| Since 5.0.0 | Introduced. |
ACF_Location_Post_Taxonomy::initialize() ACF Location Post Taxonomy::initialize code ACF 6.8.8
public function initialize() {
$this->name = 'post_taxonomy';
$this->label = __( 'Post Taxonomy', 'acf' );
$this->category = 'post';
$this->object_type = 'post';
}