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