Fires when the ‘spam’ status is added to a site.
refresh_blog_details
Fires after the blog details cache is cleared.
clean_site_cache
Fires immediately after a site has been removed from the object cache.
pre_wp_is_site_initialized
Filters the check for whether a site is initialized before the database is accessed.
Advertisement
wpmu_delete_blog_upload_dir
Filters the upload base directory to delete when the site is deleted.
wpmu_drop_tables
Filters the tables to drop when the site is deleted.
wp_initialize_site_args
Filters the arguments for initializing a site.
wp_validate_site_data
Fires when data should be validated for a site prior to inserting or updating in the database.
Advertisement
wp_normalize_site_data
Filters passed site data in order to normalize it.
get_site
Fires after a site is retrieved.
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.
wpmu_new_blog
Fires immediately after a new site is created.