How to disable category without deleting?
I have solved the problem myself, but it is not a pretty one. With the function attached to the add_meta_boxes action hook, I change the callback function that builds the category box. It replaces this function with the customized function post_categories_meta_box_custom. post_categories_meta_box_custom is a copy of post_categories_meta_box from wp-admin/includes/meta-boxes.php. With the help of simple-html-dom the … Read more