WP Manifestindependent plugin directory
manifest / content / cwp-disable-taxonomy-tags

Context Taxonomy Disable Tags

Turn off default taxonomy Tags in WordPress.

by Robert Andrews · github.com/robertandrews/cwp-disable-taxonomy-tags

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/robertandrews/cwp-disable-taxonomy-tags/archive/refs/heads/master.zip

From the readme

Context WP Taxonomy Disable Tags Description Disable the default "Tags" taxonomy in WordPress. WordPress ships with two default taxonomies - Categories and Tags. Admins who wish to use specific custom taxonomies may wish to disable these, to force users to use appropriate taxonomies only. This plugin runs registertaxonomy('posttags', array()); during the init action. Acknowledgements This plugin sumply plugin-ises standard WordPress code circulating online - in this specific case, that posted by @Marc to StackExchange.

Read the full README on GitHub →