woof_print_label_attributes
çekmece ve radyo etiketlerine özel öznitelikler eklemeye izin verir, biletten talep edildi 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']}'";
});