How to remove Custom Field section from Wordpress?

Posted by terrani on Stack Overflow See other posts from Stack Overflow or by terrani
Published on 2010-05-06T07:17:40Z Indexed on 2010/05/12 22:44 UTC
Read the original article Hit count: 173

Hi,

I am trying to remove custom fields section from Wordpress backend. I think I found a function that display custom fields. The function is located in wp-admin/edit-page-form.php line 181.

do_meta_boxes('page','normal',$post)

when I remove the function, Wordpress does not display other boxes as well.

How do I remove a particular box from Wordpress backend?

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about meta-boxes