woof_print_label_attributes
Checkbox ve radio etiketlerine özel nitelikler ekler, şu ticket'ta talep edilmiştir: https://pluginus.net/support/topic/aria-describedby/#postid-82977
Örnek:
add_action('woof_print_label_attributes', function ($term) {
echo"aria-descrybedby aria-name='{$term['name']}'";
});