Automattic\WooCommerce\Blocks\Templates

VariableProductAddToCartWithOptionsTemplate::get_template_title()publicWC 1.0

Returns the title of the template.

Метод класса: VariableProductAddToCartWithOptionsTemplate{}

Хуков нет.

Возвращает

Строку.

Использование

$VariableProductAddToCartWithOptionsTemplate = new VariableProductAddToCartWithOptionsTemplate();
$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' );
}