Automattic\WooCommerce\Blocks\Templates
ComingSoonTemplate::get_template_title
Returns the title of the template.
Метод класса: ComingSoonTemplate{}
Хуков нет.
Возвращает
Строку.
Использование
$ComingSoonTemplate = new ComingSoonTemplate(); $ComingSoonTemplate->get_template_title();
Код ComingSoonTemplate::get_template_title() ComingSoonTemplate::get template title WC 11.0.1
public function get_template_title() {
return _x( 'Page: Coming soon', 'Template name', 'woocommerce' );
}