HUSKY - Product Filter for WooCommerce

woof_title_tag

如果要为每个分类模块将标题标签 H4 重新定义为任何其他 HTML 标签,请使用钩子 woof_title_tag

示例

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