HUSKY - Products Filter Professional for WooCommerce

woof_print_label_attributes

Дозволяє додавати до міток тегів checkbox та radio власні атрибути, запитані в тікеті https://pluginus.net/support/topic/aria-describedby/#postid-82977

Приклад:

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