Deletes everything from site meta matching meta key.
update_site_meta
Updates metadata for a site.
delete_site_meta
Removes metadata matching criteria from a site.
get_site_meta
Retrieves metadata for a site.
Advertisement
add_site_meta
Adds metadata 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.
clean_blog_cache
Clean the blog cache
Advertisement
wp_is_site_initialized
Checks whether a site is initialized.
pre_wp_is_site_initialized
Filters the check for whether a site is initialized before the database is accessed.
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.
Advertisement
wp_uninitialize_site
Runs the uninitialization routine for a given site.
wp_initialize_site_args
Filters the arguments for initializing a site.
wp_initialize_site
Runs the initialization routine for a given site.