[wp-trac] [WordPress Trac] #31989: Allow developer to default hide columns
WordPress Trac
noreply at wordpress.org
Thu Apr 16 02:34:06 UTC 2015
#31989: Allow developer to default hide columns
--------------------------------+-----------------------------
Reporter: tychay | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Options, Meta APIs | Version: 4.1
Severity: normal | Keywords:
Focuses: administration |
--------------------------------+-----------------------------
Currently, the only way to hide columns by default is to write everyone's
user_meta with the array for the hidden columns on a particular screen.
However, that isn't the case with metaboxes since WordPress 3.1.
Instead of cluttering up the database, add a default hook for columns the
same way as it's done for meta_boxes.
I'm including a patch to wp-admin/incluides/screen.php with the relevant
code to make things easy. ;-)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31989>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list