Fires when data should be validated for a site prior to inserting or updating in the database.
wp_normalize_site_data
Filters passed site data in order to normalize it.
wp_prepare_site_data
Prepares site data for insertion or update in the database.
update_sitemeta_cache
Updates metadata cache for list of site IDs.
Advertisement
_prime_site_caches
Adds any sites from the given ids to the cache that do not already exist in cache.
update_site_cache
Updates sites in cache.
wp_delete_site
Fires once a site has been deleted from the database.
wp_uninitialize_site
Fires when a site’s uninitialization routine should be executed.
Advertisement
wp_validate_site_deletion
Fires before a site should be deleted from the database.
wp_update_site
Fires once a site has been updated in the database.
wp_delete_site
Deletes a site from the database.
wp_update_site
Updates a site in the database.
Advertisement
wp_initialize_site
Fires when a site’s initialization routine should be executed.
wp_insert_site
Fires once a site has been inserted into the database.
wp_insert_site
Inserts a new site into the database.