ACF_Location_Current_User::initialize()publicACF 5.0.0

Initializes props.

Метод класса: ACF_Location_Current_User{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ACF_Location_Current_User = new ACF_Location_Current_User();
$ACF_Location_Current_User->initialize();

Список изменений

С версии 5.0.0 Введена.

Код ACF_Location_Current_User::initialize() ACF 6.0.4

public function initialize() {
	$this->name     = 'current_user';
	$this->label    = __( 'Current User', 'acf' );
	$this->category = 'user';
}