Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::get_descriptionpublicWC 1.0

Get the template description.

Method of the class: BlockTemplateInterface{}

No Hooks.

Returns

null. Nothing (null).

Usage

$BlockTemplateInterface = new BlockTemplateInterface();
$BlockTemplateInterface->get_description(): string;

BlockTemplateInterface::get_description() code WC 10.6.2

public function get_description(): string;