File: wp-includes/ms-site.php
-
Fires when a site’s uninitialization routine should be executed.
-
hookwp_delete_site
Fires once a site has been deleted from the database.
-
hookdeleted_blog
Fires after the site is deleted from the network.
-
functionupdate_site_cache()
Updates sites in cache.
-
functionget_sites()
Retrieves a list of sites matching requested arguments.
-
functionget_site()
Retrieves site data given a site ID or site object.
-
hookget_site
Fires after a site is retrieved.
-
function_prime_site_caches()
Adds any sites from the given IDs to the cache that do not already exist in cache.
-
hookclean_site_cache
Fires immediately after a site has been removed from the object cache.
-
hookdelete_blog
Fires before a site is deleted.
-
hookwpmu_drop_tables
Filters the tables to drop when the site is deleted.
-
Filters the upload base directory to delete when the site is deleted.
-
hookwpmu_new_blog
Fires immediately after a new site is created.
-
Fires after the current blog’s ‘public’ setting is updated.
-
Fires after the blog details cache is cleared.
-
hookmake_spam_blog
Fires when the ‘spam’ status is added to a site.
-
hookmake_ham_blog
Fires when the ‘spam’ status is removed from a site.
-
hookmature_blog
Fires when the ‘mature’ status is added to a site.
-
hookunmature_blog
Fires when the ‘mature’ status is removed from a site.
-
hookarchive_blog
Fires when the ‘archived’ status is added to a site.
-
hookunarchive_blog
Fires when the ‘archived’ status is removed from a site.
-
hookmake_delete_blog
Fires when the ‘deleted’ status is added to a site.
-
Fires when the ‘deleted’ status is removed from a site.
-
functionclean_blog_cache()
Clean the blog cache