Automattic\WooCommerce\Admin\BlockTemplates
BlockTemplateInterface::get_area()
Get the template area.
Method of the class: BlockTemplateInterface{}
No Hooks.
Return
null
. Nothing (null).
Usage
$BlockTemplateInterface = new BlockTemplateInterface(); $BlockTemplateInterface->get_area(): string;
BlockTemplateInterface::get_area() BlockTemplateInterface::get area code WC 9.7.1
public function get_area(): string;