Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::get_area()publicWC 1.0

Get the template area.

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

Хуков нет.

Возвращает

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

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

$BlockTemplateInterface = new BlockTemplateInterface();
$BlockTemplateInterface->get_area(): string;

Код BlockTemplateInterface::get_area() WC 9.7.1

public function get_area(): string;