April 15, 2020
Remove Tabs from the sidebar, admin columns, and Post.
function myprefix_unregister_tags() {
unregister_taxonomy_for_object_type('post_tag', 'post');
}
add_action('init', 'myprefix_unregister_tags');
Add to functions.php
Remove Tabs from the sidebar, admin columns, and Post.
function myprefix_unregister_tags() {
unregister_taxonomy_for_object_type('post_tag', 'post');
}
add_action('init', 'myprefix_unregister_tags');
Add to functions.php
I’m an African / Ojibwe First Nations Web Developer living in Winnipeg, Manitoba.