I'm trying to remove "Pending Review" (Status) and "Password protected" (Visibility) options from Publish metabox. Any ideas how can I do it?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
i don't see any filters you could latch on it in wp-admin/includes/metaboxes.php. but, you could remove the box and replace it with your own version... for example: this tut removes the categories metabox and replaces it w/ a new version http://www.ilovecolors.com.ar/avoid-hierarchical-taxonomies-to-loose-hierarchy/ |
|||
|
|
|
I always do it with Frank Bültge's Adminimize
Here's a reference list of mine with examples and a screenshot... you can go pretty wild and hide a whole bunch of stuff, and select what to hide according to user roles, it's just a matter of using Firebug or any Inspector and you'll end up with a minimalist admin. |
|||
|
|