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