HUSKY - Products Filter Professional for WooCommerce

woof_print_label_attributes

Permet d'ajouter des attributs personnalisés aux étiquettes des balises checkbox et radio, demandé dans le ticket https://pluginus.net/support/topic/aria-describedby/#postid-82977

Exemple:

add_action('woof_print_label_attributes', function ($term) {
    echo"aria-descrybedby aria-name='{$term['name']}'";
});