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