woof_print_label_attributes
Позволяет добавлять в теги label чекбоксов и радиокнопок пользовательские атрибуты, запрошено в тикете https://pluginus.net/support/topic/aria-describedby/#postid-82977
Пример:
add_action('woof_print_label_attributes', function ($term) {
echo"aria-descrybedby aria-name='{$term['name']}'";
});