Title: Missing &#8220;Custom fields&#8221; checkbox under Screen options
Last modified: September 28, 2020

---

# Missing “Custom fields” checkbox under Screen options

 *  [Nauriskolats](https://wordpress.org/support/users/nauriskolats/)
 * (@nauriskolats)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/missing-custom-fields-checkbox-under-screen-options/)
 * I’m running the latest verison of ACF and on my WooCommerce Order’s page I no
   longer can see “Custom fields” checkbox under Screen options that is supposed
   to be there by default.
    When I deactivate ACF – the custom fields checkbox is
   available again. Is this a feature or a bug? Because if this is a feature, then
   it’s a very bad idea since many times I’m storing custom data in custom fields
   and now since they are no longer available, it makes it impossible to store additional
   data. Please fix this issue or let me know if there are some hooks that can be
   used.
 * Thanks

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

 *  Thread Starter [Nauriskolats](https://wordpress.org/support/users/nauriskolats/)
 * (@nauriskolats)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/missing-custom-fields-checkbox-under-screen-options/#post-13461984)
 * I went and started to dig around the code a bit and found out the code responsible
   for the above.
    There is a file located here: **includes/forms/form-post.php**
   In this file there is a function **add_meta_boxes** And there is this piece of
   code:
 *     ```
       if( acf_get_setting('remove_wp_meta_box') ) {
       	remove_meta_box( 'postcustom', false, 'normal' ); 
       }
       ```
   
 * After commenting this out, both “Custom fields” checkbox returns under Screen
   options and Custom fields are visible in the page.
 * If you feel like removing this, please at least consider offering a Setting or
   a filter that we can use to prevent this from happening.
 * Thanks
 *  Thread Starter [Nauriskolats](https://wordpress.org/support/users/nauriskolats/)
 * (@nauriskolats)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/missing-custom-fields-checkbox-under-screen-options/#post-13654041)
 * Looking forward to hearing from you on this issue.

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

The topic ‘Missing “Custom fields” checkbox under Screen options’ is closed to new
replies.

 * ![](https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824)
 * [Advanced Custom Fields (ACF®)](https://wordpress.org/plugins/advanced-custom-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-custom-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-custom-fields/reviews/)

## Tags

 * [screen options](https://wordpress.org/support/topic-tag/screen-options/)
 * [woocommerce order](https://wordpress.org/support/topic-tag/woocommerce-order/)

 * 2 replies
 * 1 participant
 * Last reply from: [Nauriskolats](https://wordpress.org/support/users/nauriskolats/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/missing-custom-fields-checkbox-under-screen-options/#post-13654041)
 * Status: not resolved