Taxonomy_Core
Taxonomy_Core copied to clipboard
A tool to make custom taxonomy registration just a bit simpler. Automatically registers taxonomy labels, and provides helpful methods.
As with CPT Core, it would be useful to also be able to place this dependency in a custom location.
To composer.json - added type, homepage & support URL, require composer-installers for custom installation path To Packages.json - Updated to reflect correct URL, name, and version Fixes #4
Fixes #12
Huge thanks to @jtsternberg for sharing this, more info here: https://github.com/WebDevStudios/CPT_Core/issues/19#issuecomment-309482198
on edit-tags.php , post.php (edit post screen) and post-new.php the jquery to update the displayed taxonomies/show newly created tag or category does not seem to work. It still creates the...
Ideal namespaces would be the following: * `WebDevStudios\CPT_Core`
Fixes #11