wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/ms-site.php › WordPress File
Functions29
› Site API
| Function | Short description |
|---|---|
| add_site_meta | Adds metadata to a site. |
| clean_blog_cache | Clean the blog cache |
| delete_site_meta | Removes metadata matching criteria from a site. |
| delete_site_meta_by_key | Deletes everything from site meta matching meta key. |
| get_site | Retrieves site data given a site ID or site object. |
| get_sites | Retrieves a list of sites matching requested arguments. |
| get_site_meta | Retrieves metadata for a site. |
| register_site_meta | Registers a meta key for sites. |
| unregister_site_meta | Unregisters a meta key for sites. |
| update_sitemeta_cache | Updates metadata cache for list of site IDs. |
| update_site_cache | Updates sites in cache. |
| update_site_meta | Updates metadata for a site. |
| wp_cache_set_sites_last_changed | Sets the last changed time for the 'sites' cache group. |
| wp_check_site_meta_support_prefilter | Aborts calls to site meta if it is not supported. |
| wp_delete_site | Deletes a site from the database. |
| wp_initialize_site | Runs the initialization routine for a given site. |
| wp_insert_site | Inserts a new site into the database. |
| wp_is_site_initialized | Checks whether a site is initialized. |
| wp_lazyload_site_meta | Queue site meta for lazy-loading. |
| wp_maybe_clean_new_site_cache_on_update | Cleans the necessary caches after specific site data has been updated. |
| wp_maybe_transition_site_statuses_on_update | Triggers actions on site status updates. |
| wp_maybe_update_network_site_counts_on_update | Updates the count of sites for a network based on a changed site. |
| wp_normalize_site_data | Normalizes data for a site prior to inserting or updating in the database. |
| wp_prepare_site_data | Prepares site data for insertion or update in the database. |
| wp_uninitialize_site | Runs the uninitialization routine for a given site. |
| wp_update_blog_public_option_on_site_update | Updates the `blog_public` option for a given site ID. |
| wp_update_site | Updates a site in the database. |
| wp_validate_site_data | Validates data for a site prior to inserting or updating in the database. |
| _prime_site_caches | Adds any sites from the given IDs to the cache that do not already exist in cache. |