parse_tax_query WordPress Action Hook
The parse_tax_query hook is a WordPress hook that allows you to modify the tax query before it is parsed by WordPress. This can be useful if you want to change the order of the taxonomies or remove certain taxonomies from the query.
do_action( 'parse_tax_query', WP_Query $query ) #
Fires after taxonomy-related query vars have been parsed.
Parameters
Source
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |