Automattic\WooCommerce\Blocks\Templates

CheckoutHeaderTemplate::get_template_description()publicWC 1.0

Returns the description of the template.

Method of the class: CheckoutHeaderTemplate{}

No Hooks.

Return

String.

Usage

$CheckoutHeaderTemplate = new CheckoutHeaderTemplate();
$CheckoutHeaderTemplate->get_template_description();

CheckoutHeaderTemplate::get_template_description() code WC 9.7.1

public function get_template_description() {
	return __( 'Template used to display the simplified Checkout header.', 'woocommerce' );
}