Automattic\WooCommerce\Blocks\Templates
CheckoutHeaderTemplate::get_template_description
Returns the description of the template.
Метод класса: CheckoutHeaderTemplate{}
Хуков нет.
Возвращает
Строку.
Использование
$CheckoutHeaderTemplate = new CheckoutHeaderTemplate(); $CheckoutHeaderTemplate->get_template_description();
Код 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' );
}