parse_term_query WordPress Action Hook
The parse_term_query hook is used to modify the sql query that is used to fetch data from the terms table in the database. This hook is useful for customizing how data is retrieved from the terms table.
do_action( 'parse_term_query', WP_Term_Query $query ) #
Fires after term query vars have been parsed.
Parameters
- $query
(WP_Term_Query)Current instance of WP_Term_Query.
Source
Changelog
Version | Description |
---|---|
4.6.0 | Introduced. |