Aborts calls to site meta if it is not supported.
wp_update_blog_public_option_on_site_update
Updates the `blog_public` option for a given site ID.
wp_cache_set_sites_last_changed
Sets the last changed time for the ‘sites’ cache group.
wp_maybe_clean_new_site_cache_on_update
Cleans the necessary caches after specific site data has been updated.
Advertisement
update_blog_public
Fires after the current blog’s ‘public’ setting is updated.
make_delete_blog
Fires when the ‘deleted’ status is added to a site.
make_undelete_blog
Fires when the ‘deleted’ status is removed from a site.
unarchive_blog
Fires when the ‘archived’ status is removed from a site.
Advertisement
unmature_blog
Fires when the ‘mature’ status is removed from a site.
archive_blog
Fires when the ‘archived’ status is added to a site.
mature_blog
Fires when the ‘mature’ status is added to a site.
make_ham_blog
Fires when the ‘spam’ status is removed from a site.
Advertisement
make_spam_blog
Fires when the ‘spam’ status is added to a site.
wp_maybe_update_network_site_counts_on_update
Updates the count of sites for a network based on a changed site.
wp_maybe_transition_site_statuses_on_update
Triggers actions on site status updates.