ACF_Location_Post_Category::initializepublicACF 5.0.0

Initializes props.

Method of the class: ACF_Location_Post_Category{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

Changelog

Since 5.0.0 Introduced.

ACF_Location_Post_Category::initialize() code ACF 6.0.4

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