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']}'";
});
为复选框和单选标签添加自定义属性,根据工单 https://pluginus.net/support/topic/aria-describedby/#postid-82977 中的请求。
示例:
add_action('woof_print_label_attributes', function ($term) {
echo"aria-descrybedby aria-name='{$term['name']}'";
});