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