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