Title: Remove custom fields write panel
Last modified: August 19, 2016

---

# Remove custom fields write panel

 *  Resolved [Matthew](https://wordpress.org/support/users/serpico/)
 * (@serpico)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/remove-custom-fields-write-panel/)
 * Hey Guys
 * I am using Flutter to manage some custom fields for a real estate WP website.
 * As such there are a lot of custom fields for each post (property).
 * When you click Edit on a property, you can see each of these repeated in both
   the Standard WP Custom Fields panel but also in the Flutter write panels.
 * Is there anyway to disable, hide the standard WP Custom Fields panel from my 
   administrators?
 * I could hack the CSS to hide it, but is there a more sophisticated option?
 * Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Matthew](https://wordpress.org/support/users/serpico/)
 * (@serpico)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/remove-custom-fields-write-panel/#post-1457650)
 * Ahhh, this is already a feature of Flutter. No need for any other plugins.
 *  [Xevo](https://wordpress.org/support/users/xevo/)
 * (@xevo)
 * [16 years ago](https://wordpress.org/support/topic/remove-custom-fields-write-panel/#post-1457766)
 * Can anyone tell me how flutter does this?
 *  [Mark / t31os](https://wordpress.org/support/users/t31os_/)
 * (@t31os_)
 * [16 years ago](https://wordpress.org/support/topic/remove-custom-fields-write-panel/#post-1457767)
 *     ```
       remove_meta_box
       ```
   
 * [http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/template.php#L2908](http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/template.php#L2908)
 * Does the reverse of `add_meta_box` which adds the boxes to the post editor page,
   etc..
    [http://codex.wordpress.org/Function_Reference/add_meta_box](http://codex.wordpress.org/Function_Reference/add_meta_box)
 * **EDIT:** Added a codex entry since one didn’t exist, have provided two tested
   examples.
    [http://codex.wordpress.org/Function_Reference/remove_meta_box](http://codex.wordpress.org/Function_Reference/remove_meta_box)
 *  [Xevo](https://wordpress.org/support/users/xevo/)
 * (@xevo)
 * [16 years ago](https://wordpress.org/support/topic/remove-custom-fields-write-panel/#post-1457768)
 * Thanks t31os_, worked like a charm. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Remove custom fields write panel’ is closed to new replies.

## Tags

 * [custom fields](https://wordpress.org/support/topic-tag/custom-fields/)
 * [Flutter](https://wordpress.org/support/topic-tag/flutter/)
 * [write panel](https://wordpress.org/support/topic-tag/write-panel/)

 * 4 replies
 * 3 participants
 * Last reply from: [Xevo](https://wordpress.org/support/users/xevo/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/remove-custom-fields-write-panel/#post-1457768)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
