johnbillion / extended-cpts

A library which provides extended functionality to WordPress custom post types and taxonomies.
GNU General Public License v2.0
974 stars 97 forks source link

Allow extending taxonomy #162

Open nlemoine opened 3 years ago

nlemoine commented 3 years ago

Existing CPT can be extended. Taxonomies should too.

johnbillion commented 3 years ago

Nice one, thanks!

nlemoine commented 3 months ago

Hello @johnbillion,

Any chance this might get merged? Registering custom taxonomy with the current state leads to troubles in some situations (causing the add_rewrite_tag to be called twice and messing with some rewrite tag overrides).

I rebased the PR to the latest changes.