ACF\Meta

MetaLocation::__constructpublicACF 6.4

Constructs the location.

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

Хуков нет.

Возвращает

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

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

$MetaLocation = new MetaLocation();
$MetaLocation->__construct();

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

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

Код MetaLocation::__construct() ACF 6.4.2

public function __construct() {
	$this->register();
}