ACF_Location_Comment::initialize() public ACF 5.0.0
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 5.9.1
public function initialize() {
$this->name = 'comment';
$this->label = __( "Comment", 'acf' );
$this->category = 'forms';
$this->object_type = 'comment';
}