Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: parse_term_query

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
281           $this->query_vars = $query;
282
283           /**
284            * Fires after term query vars have been parsed.
285            *
286            * @since 4.6.0
287            *
288            * @param WP_Term_Query $query Current instance of WP_Term_Query.
289            */
290           do_action( 'parse_term_query', $this );
291      }
292
293      /**
294       * Sets up the query and retrieves the results.
295       *
296       * The return type varies depending on the value passed to `$args['fields']`. See
297       * WP_Term_Query::get_terms() for details.
298       *
299       * @since 4.6.0