Automattic\WooCommerce\Blocks\Templates
CheckoutTemplate::get_template_description
Returns the description of the template.
Метод класса: CheckoutTemplate{}
Хуков нет.
Возвращает
Строку.
Использование
$CheckoutTemplate = new CheckoutTemplate(); $CheckoutTemplate->get_template_description();
Код CheckoutTemplate::get_template_description() CheckoutTemplate::get template description WC 11.0.0
public function get_template_description() {
return __( 'The Checkout template guides users through the final steps of the purchase process. It enables users to enter shipping and billing information, select a payment method, and review order details.', 'woocommerce' );
}