Automattic\WooCommerce\Admin\BlockTemplates
BlockTemplateInterface::get_area
Get the template area.
Метод класса: BlockTemplateInterface{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$BlockTemplateInterface = new BlockTemplateInterface(); $BlockTemplateInterface->get_area(): string;
Код BlockTemplateInterface::get_area() BlockTemplateInterface::get area WC 10.4.3
public function get_area(): string;