Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::get_area()publicWC 1.0

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

public function get_area(): string;