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