Automattic\WooCommerce\Blocks\Templates
AbstractTemplate::get_template_title
Should return the title of the template.
Method of the class: AbstractTemplate{}
No Hooks.
Returns
String.
Usage
$AbstractTemplate = new AbstractTemplate(); $AbstractTemplate->get_template_title();
AbstractTemplate::get_template_title() AbstractTemplate::get template title code WC 10.8.1
abstract public function get_template_title();