Uses
Uses | Description |
---|---|
wp-includes/ms-site.php: wp_delete_site() | Deletes a site from the database. |
wp-includes/ms-site.php: deleted_blog | Fires after the site is deleted from the network. |
wp-includes/ms-network.php: get_network() | Retrieves network data given a network ID or network object. |
wp-includes/ms-site.php: get_site() | Retrieves site data given a site ID or site object. |
wp-includes/plugin.php: do_action_deprecated() | Fires functions attached to a deprecated action hook. |
wp-includes/ms-site.php: delete_blog | Fires before a site is deleted. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/functions.php: is_main_site() | Determine whether a site is the main site of the current network. |
wp-includes/option.php: get_site_option() | Retrieve an option value for the current network based on name of option. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/user.php: get_users() | Retrieve list of users matching criteria. |
wp-includes/ms-functions.php: remove_user_from_blog() | Remove a user from a blog. |
wp-includes/ms-blogs.php: switch_to_blog() | Switch the current blog. |
wp-includes/ms-blogs.php: update_blog_status() | Update a blog details field. |
wp-includes/ms-blogs.php: restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |