Automattic\WooCommerce\Blocks\Templates

CheckoutHeaderTemplate::get_template_descriptionpublicWC 1.0

Returns the description of the template.

Метод класса: CheckoutHeaderTemplate{}

Хуков нет.

Возвращает

Строку.

Использование

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

Код CheckoutHeaderTemplate::get_template_description() WC 10.3.6

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