Automattic\WooCommerce\Blocks\Templates

ComingSoonTemplate::get_template_description()publicWC 1.0

Returns the description of the template.

Метод класса: ComingSoonTemplate{}

Хуков нет.

Возвращает

Строку.

Использование

$ComingSoonTemplate = new ComingSoonTemplate();
$ComingSoonTemplate->get_template_description();

Код ComingSoonTemplate::get_template_description() WC 9.8.5

public function get_template_description() {
	return __( 'Let your shoppers know your site or part of your site is under construction.', 'woocommerce' );
}