Opened 5 years ago
Last modified 5 years ago
#49632 new enhancement
Force lowercase for taxonomy id in register_taxonomy()
Reported by: | sebastienserre | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Taxonomy | Keywords: | 2nd-opinion has-patch |
Focuses: | Cc: |
Description
Hello all,
To avoid conflict, I think https://developer.wordpress.org/reference/functions/register_taxonomy/ should mention that $taxonomy must be declared in lowercase.
Should it be a good idea to strtolower() the key ?
What do you think ?
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Added a patch