parse_term_query

parse_term_query

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('parse_term_query') is found 1 times:

  • /wp-includes/class-wp-term-query.php line 291
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
         * @since 4.6.0
         *
         * @param WP_Term_Query $query Current instance of WP_Term_Query.
         */
        do_action( 'parse_term_query', $this );
    }
     
    /**
     * Sets up the query and retrieves the results.
     *
     * The return type varies depending on the value passed to `$args['fields']`. See