parse_term_query

parse_term_query

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('parse_term_query') is found 1 times:

  • /wp-includes/class-wp-term-query.php line 294
    		 * @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