HUSKY - Products Filter Professional for WooCommerce

woof_title_tag

Usar hook woof_title_tag si deseas redefinir la etiqueta H4 para cada bloque de taxonomía a cualquier otra etiqueta HTML.

Ejemplo:

add_filter('woof_title_tag', function($tag){
    return 'h5';
});