[wp-trac] [WordPress Trac] #14877: Ability to create exclusive custom taxonomies
WordPress Trac
noreply at wordpress.org
Fri Nov 23 14:42:55 UTC 2012
#14877: Ability to create exclusive custom taxonomies
------------------------------------+-----------------------------
Reporter: benbalter | Owner: nacin
Type: feature request | Status: reviewing
Priority: normal | Milestone: Future Release
Component: Taxonomy | Version:
Severity: minor | Resolution:
Keywords: has-patch dev-feedback |
------------------------------------+-----------------------------
Comment (by scribu):
So, the appropriate API would be something like this:
{{{
register_taxonomy_for_object_type( 'category', 'page', 'exclusive' );
}}}
Of course, things are complicated by the fact that register_taxonomy()
demands an object type as well.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14877#comment:40>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list