this is hopefully a very simple fix but i just noticed on my Add New/Edit Post Screen Options i don’t have Categories to Enable/Disable (see pic). Any help muchos appreciated!!
Leave a Reply
You must be logged in to post a comment.
this is hopefully a very simple fix but i just noticed on my Add New/Edit Post Screen Options i don’t have Categories to Enable/Disable (see pic). Any help muchos appreciated!!
You must be logged in to post a comment.
in
wp-admin/includes/screen.php
we see:and
meta_box_prefs
function takes in account theget_hidden_meta_boxes
function:An this function includes 2 filters
default_hidden_meta_boxes
andhidden_meta_boxes
:Mi conclusion is that one of your plugins is hiding
categories
in yourscreen options
.