[wp-trac] [WordPress Trac] #23639: integrate "tag_slug__not_in" parremeter to wp_query
WordPress Trac
noreply at wordpress.org
Wed Feb 27 15:10:29 UTC 2013
#23639: integrate "tag_slug__not_in" parremeter to wp_query
-----------------------------+-------------------------
Reporter: alexvorn2 | Type: enhancement
Status: new | Priority: normal
Milestone: Awaiting Review | Component: General
Version: | Severity: normal
Keywords: |
-----------------------------+-------------------------
if there are for ids:
{{{
tag__and (array) - use tag ids.
tag__in (array) - use tag ids.
tag__not_in (array) - use tag ids.
}}}
and for slugs:
{{{
tag_slug__and (array) - use tag slugs.
tag_slug__in (array) - use tag slugs.
}}}
then there should be
{{{
tag_slug__not_in
}}}
too.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23639>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list