Creates a new WP_Site object.
WP_Site::get_instance
Retrieves a site from the database by its ID.
WP_Site_Query::parse_order
Parses an ‘order’ query variable and cast it to ‘ASC’ or ‘DESC’ as necessary.
WP_Site_Query::parse_orderby
Parses and sanitizes ‘orderby’ keys passed to the site query.
Advertisement
WP_Site_Query::get_search_sql
Used internally to generate an SQL string for searching across multiple columns.
WP_Site_Query::set_found_sites
Populates found_sites and max_num_pages properties for the current query if the limit clause was used.
WP_Site_Query::get_site_ids
Used internally to get a list of site IDs matching the query vars.
WP_Site_Query::get_sites
Retrieves a list of sites matching the query vars.
Advertisement
WP_Site_Query::query
Sets up the WordPress query for retrieving sites.
WP_Site_Query::parse_query
Parses arguments passed to the site query with default query parameters.
WP_Site_Query::__construct
Sets up the site query, based on the query vars passed.
WP_SimplePie_Sanitize_KSES::sanitize
WordPress SimplePie sanitization using KSES.
Advertisement
WP_SimplePie_File::__construct
Constructor.
WP_Session_Tokens::drop_sessions
Destroys all sessions for all users.
WP_Session_Tokens::destroy_all_sessions
Destroys all sessions for the user.