[wp-trac] [WordPress Trac] #21240: Ability to "Turn On" Native custom columns for registered custom taxonomies
WordPress Trac
wp-trac at lists.automattic.com
Thu Jul 12 16:01:07 UTC 2012
#21240: Ability to "Turn On" Native custom columns for registered custom taxonomies
-----------------------------+------------------------------
Reporter: jtsternberg | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Taxonomy | Version:
Severity: normal | Resolution:
Keywords: 2nd-opinion |
-----------------------------+------------------------------
Comment (by scribu):
We talked about this in IRC. The idea is to make it easy for custom
taxonomies to generate columns on CPT WP_List_Table screens, just like the
Categories and Tags columns on wp-addmin/edit.php
Here's my proposal:
{{{
register_taxonomy( 'presentation', 'presentation_type', array(
...,
'show_admin_column' => true
) );
}}}
And the implementation (as a plugin): https://gist.github.com/3098902
--
Ticket URL: <http://core.trac.wordpress.org/ticket/21240#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list