ACF\Meta
MetaLocation::__construct
Constructs the location.
Метод класса: MetaLocation{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$MetaLocation = new MetaLocation(); $MetaLocation->__construct();
Список изменений
С версии 6.4 | Введена. |
Код MetaLocation::__construct() MetaLocation:: construct ACF 6.4.2
public function __construct() { $this->register(); }