HUSKY - Products Filter Professional for WooCommerce

woof_widget_title_tag

Use hook woof_widget_title_tag if you want to redefine title tag H3 for WOOF widget title to any another HTML tag.

Example:

add_filter('woof_widget_title_tag', function($tag){
    return 'h4';
});