File: wp-includes/class-wp-network-query.php
-
Filters the network data before the query takes place.
-
Filters the query used to retrieve found network count.
-
Used internally to generate an SQL string for searching across multiple columns.
-
Parses and sanitizes ‘orderby’ keys passed to the network query.
-
Parses an ‘order’ query variable and cast it to ‘ASC’ or ‘DESC’ as necessary.
-
hooknetworks_clauses
Filters the network query clauses.
-
Populates found_networks and max_num_pages properties for the current query if the limit clause was used.
-
Fires after the network query vars have been parsed.
-
Sets up the WordPress query for retrieving networks.
-
Gets a list of networks matching the query vars.
-
hookpre_get_networks
Fires before networks are retrieved.
-
hookthe_networks
Filters the network query results.
-
Used internally to get a list of network IDs matching the query vars.
-
classWP_Network_Query
Core class used for querying networks.
-
Constructor.
-
Parses arguments passed to the network query with default query parameters.