woof_title_tag
Use hook woof_title_tag if you want to redefine title tag H4 for each taxonomies block to any another HTML tag.
Example:
add_filter('woof_title_tag', function($tag){ return 'h5'; });
Use hook woof_title_tag if you want to redefine title tag H4 for each taxonomies block to any another HTML tag.
Example:
add_filter('woof_title_tag', function($tag){ return 'h5'; });