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