This repository was archived by the owner on Jul 10, 2023. It is now read-only.
This repository was archived by the owner on Jul 10, 2023. It is now read-only.
Taxonomy menu name isn't using the "has_many" value. #24
Open
Description
When registering a custom taxonomy, the text used in the menu simply adds an "s" to the end of the singular name. It should use the "has_many" value for this, like the post type.
"labels": {
"has_one": "Industry",
"has_many": "Industries",
"text_domain": "sage"
},
The example yields "Industrys" as the menu name.
Metadata
Metadata
Assignees
Labels
No labels