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