Uses
Uses | Description |
---|---|
wp-includes/ms-network.php: get_network() | Retrieves network data given a network ID or network object. |
wp-includes/user.php: update_user_meta() | Update user meta field based on user ID. |
wp-includes/ms-functions.php: remove_user_from_blog() | Remove a user from a blog. |
wp-includes/ms-functions.php: add_user_to_blog() | Adds a user to a blog, along with specifying the user’s role. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |