woof_print_label_attributes
Aggiunge attributi personalizzati ai tag label di checkbox e radio, richiesto nel ticket https://pluginus.net/support/topic/aria-describedby/#postid-82977
Esempio:
add_action('woof_print_label_attributes', function ($term) {
echo"aria-descrybedby aria-name='{$term['name']}'";
});