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