Automattic\WooCommerce\Blocks\Templates
ComingSoonTemplate::get_template_description
Returns the description of the template.
Method of the class: ComingSoonTemplate{}
No Hooks.
Returns
String.
Usage
$ComingSoonTemplate = new ComingSoonTemplate(); $ComingSoonTemplate->get_template_description();
ComingSoonTemplate::get_template_description() ComingSoonTemplate::get template description code WC 10.7.0
public function get_template_description() {
return __( 'Let your shoppers know your site or part of your site is under construction.', 'woocommerce' );
}