jjgrainger / PostTypes

Simple WordPress custom post types.
https://posttypes.jjgrainger.co.uk/
MIT License
373 stars 47 forks source link

Modify existing taxonomies using Taxonomy class #39

Closed jjgrainger closed 2 years ago

jjgrainger commented 5 years ago

Currently, the Taxonomy class will not run register_taxonomy if the taxonomy already exists (line 189). Therefore, a taxonomy cannot be modified using the class.

Will need to investigate a way to

jjgrainger commented 2 years ago

Fixed in #80