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