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