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