Automattic\WooCommerce\Blocks\Templates
SimpleProductAddToCartWithOptionsTemplate::get_template_title
Returns the title of the template.
Method of the class: SimpleProductAddToCartWithOptionsTemplate{}
No Hooks.
Returns
String
.
Usage
$SimpleProductAddToCartWithOptionsTemplate = new SimpleProductAddToCartWithOptionsTemplate(); $SimpleProductAddToCartWithOptionsTemplate->get_template_title();
SimpleProductAddToCartWithOptionsTemplate::get_template_title() SimpleProductAddToCartWithOptionsTemplate::get template title code WC 9.9.4
public function get_template_title() { return _x( 'Simple Product Add to Cart with Options', 'Template name', 'woocommerce' ); }