Automattic\WooCommerce\Blocks\Templates
ComingSoonTemplate::get_template_description()
Returns the description of the template.
Method of the class: ComingSoonTemplate{}
No Hooks.
Return
String
.
Usage
$ComingSoonTemplate = new ComingSoonTemplate(); $ComingSoonTemplate->get_template_description();
ComingSoonTemplate::get_template_description() ComingSoonTemplate::get template description code WC 9.4.2
public function get_template_description() { return __( 'Page template for Coming soon page.', 'woocommerce' ); }