Automattic\WooCommerce\Blocks\Templates

SimpleProductAddToCartWithOptionsTemplate::get_template_titlepublicWC 1.0

Returns the title of the template.

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

Хуков нет.

Возвращает

Строку.

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

$SimpleProductAddToCartWithOptionsTemplate = new SimpleProductAddToCartWithOptionsTemplate();
$SimpleProductAddToCartWithOptionsTemplate->get_template_title();

Код SimpleProductAddToCartWithOptionsTemplate::get_template_title() WC 10.5.2

public function get_template_title() {
	return _x( 'Simple Product Add to Cart + Options', 'Template name', 'woocommerce' );
}