HUSKY - Product Filter for WooCommerce

woof_widget_title_tag

フック woof_widget_title_tag を使用して、WOOFウィジェットのタイトルに設定されているH3タグを任意のHTMLタグに再定義できます。

:

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