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

Context Taxonomy Disable Categories

Disable WordPress' default Categories taxonomy/

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

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-categories/archive/refs/heads/master.zip

Readme

Context WP Taxonomy Disable Categories

Tested up to: 5.9.1
Tags: wordpress, taxonomy, categories
Contributors: robertandrews

Description

Disable the default "Categories" 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 register_taxonomy('category', 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 →