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