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 9.8.5
public function get_template_title() { return _x( 'Variable Product Add to Cart with Options', 'Template name', 'woocommerce' ); }