/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function remove_post_custom_fields() { remove_meta_box( 'postcustom' , 'post' , 'normal' ); } add_action( 'admin_menu' , 'remove_post_custom_fields' );