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