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']}'";
});