Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::get_areapublicWC 1.0

Get the template area.

Method of the class: BlockTemplateInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

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

BlockTemplateInterface::get_area() code WC 10.4.3

public function get_area(): string;