Parsed: 117703
<?php /** * Taxonomy API: WP_Term_Query class. * * @package WordPress * @subpackage Taxonomy * @since 4.6.0 */ #[AllowDynamicProperties] /* class WP_Term_Query */ /* function WP_Term_Query::__construct() – Constructor. */ /* function WP_Term_Query::parse_query() – Parse arguments passed to the term query with default query parameters. */ /* function WP_Term_Query::query() – Sets up the query for retrieving terms. */ /* function WP_Term_Query::get_terms() – Retrieves the query results. */ /* function WP_Term_Query::parse_orderby() – Parse and sanitize ‘orderby’ keys passed to the term query. */ /* function WP_Term_Query::format_terms() – Format response depending on field requested. */ /* function WP_Term_Query::parse_orderby_meta() – Generate the ORDER BY clause for an ‘orderby’ param that is potentially related to a meta query. */ /* function WP_Term_Query::parse_order() – Parse an ‘order’ query variable and cast it to ASC or DESC as necessary. */ /* function WP_Term_Query::get_search_sql() – Used internally to generate a SQL string related to the ‘search’ parameter. */ /* function WP_Term_Query::populate_terms() – Creates an array of term objects from an array of term IDs. */ /* function WP_Term_Query::generate_cache_key */