[wp-trac] [WordPress Trac] #45285: Custom Fields do not show up
WordPress Trac
noreply at wordpress.org
Mon Nov 5 07:06:51 UTC 2018
#45285: Custom Fields do not show up
--------------------------+-----------------------------
Reporter: websupporter | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 5.0
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
On a clean install, custom fields do not show up when I toggle it in the
options. The problem is, the class `hide-if-js` is attached to the box,
which hides the box. This is because the current implementation does not
respect the outcome of `get_hidden_meta_boxes()`.
Instead of introducing a new user meta to implement whether to show or to
hide the box, I would suggest to rely on `get_hidden_meta_boxes()`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45285>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list