HUSKY - Product Filter for WooCommerce

woof_print_label_attributes

Добавляет пользовательские атрибуты к тегам меток для флажков и радиокнопок, запрошено в тикете https://pluginus.net/support/topic/aria-describedby/#postid-82977

Пример:

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