Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlockTemplate::get_titlepublicWC 1.0

Get the template title.

Method of the class: AbstractBlockTemplate{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AbstractBlockTemplate = new AbstractBlockTemplate();
$AbstractBlockTemplate->get_title(): string;

AbstractBlockTemplate::get_title() code WC 10.8.1

public function get_title(): string {
	return '';
}