Automattic\WooCommerce\Blocks\Templates
ComingSoonTemplate::get_template_description
Returns the description of the template.
Метод класса: ComingSoonTemplate{}
Хуков нет.
Возвращает
Строку.
Использование
$ComingSoonTemplate = new ComingSoonTemplate(); $ComingSoonTemplate->get_template_description();
Код ComingSoonTemplate::get_template_description() ComingSoonTemplate::get template description WC 10.8.1
public function get_template_description() {
return __( 'Let your shoppers know your site or part of your site is under construction.', 'woocommerce' );
}