Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlockTemplate::get_areapublicWC 1.0

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() code WC 10.3.3

public function get_area(): string {
	return 'uncategorized';
}