ACF_Location_Comment::initialize
Initializes props.
Метод класса: ACF_Location_Comment{}
Хуков нет.
Возвращает
null. Ничего (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.4.2
public function initialize() {
$this->name = 'comment';
$this->label = __( 'Comment', 'acf' );
$this->category = 'forms';
$this->object_type = 'comment';
}