ACF_Location_Post_Format::initialize()publicACF 5.0.0

Initializes props.

Метод класса: ACF_Location_Post_Format{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Список изменений

С версии 5.0.0 Введена.

Код ACF_Location_Post_Format::initialize() ACF 6.0.4

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