woof_title_tag
Usa hook woof_title_tag se vuoi ridefinire il tag titolo H4 per ogni blocco tassonomia in un altro tag HTML.
Esempio:
add_filter('woof_title_tag', function($tag){
return 'h5';
});
Usa hook woof_title_tag se vuoi ridefinire il tag titolo H4 per ogni blocco tassonomia in un altro tag HTML.
Esempio:
add_filter('woof_title_tag', function($tag){
return 'h5';
});