Sets up the WordPress query for retrieving networks.
WP_Network_Query::parse_query
Parses arguments passed to the network query with default query parameters.
WP_Network_Query::__construct
Constructor.
WP_Metadata_Lazyloader::lazyload_comment_meta
Lazy-loads comment meta for queued comments.
Advertisement
WP_Metadata_Lazyloader::lazyload_term_meta
Lazy-loads term meta for queued terms.
WP_Metadata_Lazyloader::reset_queue
Resets lazy-load queue for a given object type.
WP_Metadata_Lazyloader::queue_objects
Adds objects to the metadata lazy-load queue.
WP_Metadata_Lazyloader::__construct
Constructor.
Advertisement
WP_Meta_Query::has_or_relation
Checks whether the current query has any OR relations.
WP_Meta_Query::find_compatible_table_alias
Identify an existing table alias that is compatible with the current query clause.
WP_Meta_Query::get_clauses
Get a flattened list of sanitized meta clauses.
WP_Meta_Query::get_sql_for_clause
Generate SQL JOIN and WHERE clauses for a first-order query clause.
Advertisement
WP_Meta_Query::get_sql_for_query
Generate SQL clauses for a single query array.
WP_Meta_Query::get_sql_clauses
Generate SQL clauses to be appended to a main query.
WP_Meta_Query::get_sql
Generates SQL clauses to be appended to a main query.