Automattic\WooCommerce\Admin\BlockTemplates

BlockTemplateInterface::get_description()publicWC 1.0

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() code WC 9.8.2

public function get_description(): string;