[wp-trac] [WordPress Trac] #41660: Custom Fields Box Missing from Editor after Updating to 4.8.1

WordPress Trac noreply at wordpress.org
Thu Aug 17 15:51:56 UTC 2017


#41660: Custom Fields Box Missing from Editor after Updating to 4.8.1
-------------------------------+------------------------------
 Reporter:  trueitalic         |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Editor             |     Version:  4.8.1
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:  administration
-------------------------------+------------------------------
Changes (by Soean):

 * keywords:   => reporter-feedback


Comment:

 Maybe this is caused by ACF 5.6

 >remove_wp_meta_box
 >
 >We added in a new setting in v5.5.13 allowing the default WP custom field
 metabox to be removed. Although simple, this can drastically speed up the
 load times of the post edit page! From Advanced Custom Fields version
 5.6.0, this setting will be set to true by default. If you require access
 to this metabox and don’t mind the extra load time, you can always change
 this setting via the acf/settings filter.
 >
 >HOW TO KEEP THE DEFAULT WP CUSTOM FIELDS METABOX
 >
 >`add_filter('acf/settings/remove_wp_meta_box', '__return_false');`

 source: https://www.advancedcustomfields.com/blog/acf-pro-5-6-0-ui-ux/

--
Ticket URL: <https://core.trac.wordpress.org/ticket/41660#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list