How can I completely remove the custom fields and the collapse button in the Edit Post/Edit Page custom screen, but without removing the capability to add custom fields with a PHP function?
Leave a Reply
You must be logged in to post a comment.
How can I completely remove the custom fields and the collapse button in the Edit Post/Edit Page custom screen, but without removing the capability to add custom fields with a PHP function?
You must be logged in to post a comment.
http://codex.wordpress.org/Function_Reference/remove_meta_box
HTH
This is how to do it for all post types: