Automattic\WooCommerce\Blocks\Templates
CheckoutHeaderTemplate::get_template_title
Returns the title of the template.
Method of the class: CheckoutHeaderTemplate{}
No Hooks.
Returns
String.
Usage
$CheckoutHeaderTemplate = new CheckoutHeaderTemplate(); $CheckoutHeaderTemplate->get_template_title();
CheckoutHeaderTemplate::get_template_title() CheckoutHeaderTemplate::get template title code WC 10.7.0
public function get_template_title() {
return _x( 'Checkout Header', 'Template name', 'woocommerce' );
}