Automattic\WooCommerce\Blocks\Templates
AbstractTemplate::get_template_title()
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() AbstractTemplate::get template title code WC 9.4.2
abstract public function get_template_title();