Automattic\WooCommerce\Blocks\Templates
ProductFiltersOverlayTemplate::get_template_description()
Returns the description of the template.
Method of the class: ProductFiltersOverlayTemplate{}
No Hooks.
Return
String
.
Usage
$ProductFiltersOverlayTemplate = new ProductFiltersOverlayTemplate(); $ProductFiltersOverlayTemplate->get_template_description();
ProductFiltersOverlayTemplate::get_template_description() ProductFiltersOverlayTemplate::get template description code WC 9.4.2
public function get_template_description() { return __( 'Template used to display the Product Filters Overlay.', 'woocommerce' ); }