ACF_Location_Page_Parent::initialize() public ACF 5.0.0
Initializes props.
{} Это метод класса: ACF_Location_Page_Parent{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$ACF_Location_Page_Parent = new ACF_Location_Page_Parent(); $ACF_Location_Page_Parent->initialize();
Список изменений
С версии 5.0.0 | Введена. |
Код ACF_Location_Page_Parent::initialize() ACF Location Page Parent::initialize ACF 5.9.1
public function initialize() {
$this->name = 'page_parent';
$this->label = __( "Page Parent", 'acf' );
$this->category = 'page';
$this->object_type = 'post';
$this->object_subtype = 'page';
}