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