HUSKY - Products Filter Professional for WooCommerce

woof_title_tag

使用 hook woof_title_tag 如果您想为每个分类法块将标题标签 H4 重定义为任何其他 HTML 标签。

Example:

add_filter('woof_title_tag', function($tag){
    return 'h5';
});