Sets the last changed time for the ‘sites’ cache group.
wp_update_blog_public_option_on_site_update
Updates the `blog_public` option for a given site ID.
wp_maybe_clean_new_site_cache_on_update
Cleans the necessary caches after specific site data has been updated.
wp_maybe_transition_site_statuses_on_update
Triggers actions on site status updates.
Advertisement
wp_maybe_update_network_site_counts_on_update
Updates the count of sites for a network based on a changed site.
delete_site_meta_by_key
Deletes everything from site meta matching meta key.
update_site_meta
Updates metadata for a site.
get_site_meta
Retrieves metadata for a site.
Advertisement
delete_site_meta
Removes metadata matching criteria from a site.
add_site_meta
Adds metadata to a site.
clean_blog_cache
Clean the blog cache
wp_is_site_initialized
Checks whether a site is initialized.
Advertisement
wp_uninitialize_site
Runs the uninitialization routine for a given site.
wp_initialize_site
Runs the initialization routine for a given site.
wp_validate_site_data
Validates data for a site prior to inserting or updating in the database.