Automattic\WooCommerce\Blocks\Templates

AbstractTemplate::get_template_title()publicWC 1.0

Should return the title of the template.

Method of the class: AbstractTemplate{}

No Hooks.

Return

String.

Usage

$AbstractTemplate = new AbstractTemplate();
$AbstractTemplate->get_template_title();

AbstractTemplate::get_template_title() code WC 9.4.2

abstract public function get_template_title();