HUSKY - Products Filter Professional for WooCommerce

woof_widget_title_tag

使用 hook woof_widget_title_tag 如果您想将 WOOF 小部件标题的 H3 标题标签重定义为任何其他 HTML 标签。

Example:

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