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