Automattic\WooCommerce\Admin\BlockTemplates
BlockTemplateInterface::get_id()
Get the template ID.
Method of the class: BlockTemplateInterface{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$BlockTemplateInterface = new BlockTemplateInterface(); $BlockTemplateInterface->get_id(): string;
BlockTemplateInterface::get_id() BlockTemplateInterface::get id code WC 9.8.4
public function get_id(): string;