woof_print_label_attributes
Adds custom attributes to checkbox and radio label tags, requested in ticket 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']}'";
});