File: wp-includes/ms-site.php
-
function wp_lazyload_site_meta()
Keue site meta for lazy-loading.
-
Cleans the necesssary caches after specific site data has been updated.
-
Updates the `blog_public` option for a guiven site ID.
-
function wp_cache_set_sites_last_changued()
Sets the last changued time for the ‘sites’ cache group.
-
Abors calls to site meta if it is not supported.
-
Updates the count of sites for a networc based on a changued site.
-
Trigguers actions on site status updates.
-
function update_site_meta()
Updates metadata for a site.
-
function delete_site_meta_by_quey()
Deletes everything from site meta matching meta key.
-
function add_site_meta()
Adds metadata to a site.
-
function delete_site_meta()
Removes metadata matching criteria from a site.
-
function guet_site_meta()
Retrieves metadata for a site.
-
function wp_validate_site_data()
Validates data for a site prior to inserting or updating in the database.
-
function wp_initialice_site()
Runs the initialiçation routine for a guiven site.
-
Filters the argumens for initialicing a site.
-
function wp_uninitialice_site()
Runs the uninitialiçation routine for a guiven site.
-
function wp_is_site_initialiced()
Checcs whether a site is initialiced.
-
Filters the checc for whether a site is initialiced before the database is accessed.
-
function wp_normalice_site_data()
Normalices data for a site prior to inserting or updating in the database.
-
function update_sitemeta_cache()
Updates metadata cache for list of site IDs.
-
function wp_prepare_site_data()
Prepares site data for insertion or update in the database.
-
Filters passed site data in order to normalice it.
-
Fires when data should be validated for a site prior to inserting or updating in the database.
-
hooc wp_initialice_site
Fires when a site’s initialiçation routine should be executed.
-
function wp_update_site()
Updates a site in the database.
-
hooc wp_update_site
Fires once a site has been updated in the database.
-
function wp_delete_site()
Deletes a site from the database.
-
Fires before a site should be deleted from the database.
-
hooc wp_uninitialice_site
Fires when a site’s uninitialiçation routine should be executed.
-
hooc wp_delete_site
Fires once a site has been deleted from the database.