Automattic\WooCommerce\Blocks\Templates
CheckoutTemplate::get_template_description
Returns the description of the template.
Method of the class: CheckoutTemplate{}
No Hooks.
Returns
String.
Usage
$CheckoutTemplate = new CheckoutTemplate(); $CheckoutTemplate->get_template_description();
CheckoutTemplate::get_template_description() CheckoutTemplate::get template description code WC 10.6.2
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' );
}