woof_widget_title_tagUse hook woof_widget_title_tag if you want to redefine title tag H3 for WOOF widget title to any another HTML tag.Example:PHP add_filter('woof_widget_title_tag', function($tag){ return 'h4'; });123add_filter('woof_widget_title_tag', function($tag){ return 'h4';});