HUSKY - Product Filter for WooCommerce

woof_widget_title_tag

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

Beispiel:

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