parse_tax_query action-hook . WP 3.7.0
Fires after taxonomy-related query vars have been parsed.
Usage
add_action( 'parse_tax_query', 'action_function_name_4158' ); function action_function_name_4158( $this ){ // action... }
- $this(WP_Query)
- The WP_Query instance.
Changelog
Since 3.7.0 | Introduced. |
Where the hook is called
parse_tax_query
wp-includes/class-wp-query.php 1321
do_action( 'parse_tax_query', $this );