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