Advertisement

switch_blog

This filter is documented in wp-includes/ms-blogs.php

switch_to_blog

Switch the current blog.

delete_blog_option

Removes option by name for a given blog id. Prevents removal of protected WordPress options.

Advertisement

add_blog_option

Add a new option for a given blog id.

get_blog_option

Retrieve option value for a given blog id based on name of option.

update_blog_details

Update the details for a blog. Updates the blogs table for a given blog id.

Advertisement

get_blog_details

Retrieve the details for a blog from the blogs table and blog options.

get_id_from_blogname

Retrieves a sites ID given its (subdomain or directory) slug.

Advertisement

allowed_themes

Filters the array of themes allowed on the network.