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