Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlockTemplate::get_idpublicWC 1.0

Get the template ID.

Method of the class: AbstractBlockTemplate{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AbstractBlockTemplate = new AbstractBlockTemplate();
$AbstractBlockTemplate->get_id(): string;

AbstractBlockTemplate::get_id() code WC 10.3.6

abstract public function get_id(): string;