ACF_Location_Page::initializepublicACF 5.0.0

Initializes props.

Method of the class: ACF_Location_Page{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ACF_Location_Page = new ACF_Location_Page();
$ACF_Location_Page->initialize();

Changelog

Since 5.0.0 Introduced.

ACF_Location_Page::initialize() code ACF 6.0.4

public function initialize() {
	$this->name           = 'page';
	$this->label          = __( 'Page', 'acf' );
	$this->category       = 'page';
	$this->object_type    = 'post';
	$this->object_subtype = 'page';
}