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