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