Automattic\WooCommerce\Blocks\Templates

ComingSoonTemplate::get_template_description()publicWC 1.0

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() code WC 9.4.2

public function get_template_description() {
	return __( 'Page template for Coming soon page.', 'woocommerce' );
}