Automattic\WooCommerce\Blocks\Templates

CheckoutTemplate::get_template_titlepublicWC 1.0

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() code WC 10.8.1

public function get_template_title() {
	return _x( 'Page: Checkout', 'Template name', 'woocommerce' );
}