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