Automattic\WooCommerce\Blocks\Templates
OrderConfirmationTemplate::get_template_description()
Returns the description of the template.
Метод класса: OrderConfirmationTemplate{}
Хуков нет.
Возвращает
Строку
.
Использование
$OrderConfirmationTemplate = new OrderConfirmationTemplate(); $OrderConfirmationTemplate->get_template_description();
Код OrderConfirmationTemplate::get_template_description() OrderConfirmationTemplate::get template description WC 9.6.0
public function get_template_description() { return __( 'The Order Confirmation template serves as a receipt and confirmation of a successful purchase. It includes a summary of the ordered items, shipping, billing, and totals.', 'woocommerce' ); }