woof_print_label_attributes
允许在复选框和单选按钮标签中添加自定义属性,在工单中已请求 https://pluginus.net/support/topic/aria-describedby/#postid-82977
Example:
add_action('woof_print_label_attributes', function ($term) {
echo"aria-descrybedby aria-name='{$term['name']}'";
});