ACF_Location_Post_Type::initializepublicACF 5.0.0

Initializes props.

Method of the class: ACF_Location_Post_Type{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 5.0.0 Introduced.

ACF_Location_Post_Type::initialize() code ACF 6.0.4

public function initialize() {
	$this->name        = 'post_type';
	$this->label       = __( 'Post Type', 'acf' );
	$this->category    = 'post';
	$this->object_type = 'post';
}