Automattic\WooCommerce\Internal\Admin\BlockTemplates
AbstractBlockTemplate::get_area
Get the template area.
Method of the class: AbstractBlockTemplate{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AbstractBlockTemplate = new AbstractBlockTemplate(); $AbstractBlockTemplate->get_area(): string;
AbstractBlockTemplate::get_area() AbstractBlockTemplate::get area code WC 10.3.3
public function get_area(): string {
return 'uncategorized';
}