add_existing_user_to_blog


add_existing_user_to_blog ( $details = false )

Parameters:
  • (array|false) details { User details. Must at least contain values for the keys listed below. @type int $user_id The ID of the user being added to the current blog. @type string $role The role to be assigned to the user. }
Returns:
  • (true|WP_Error|void) True on success or a WP_Error object if the user doesn't exist or could not be added. Void if $details array was not provided.
Defined at:
Change Log:
  • M: U

Description

Adds a user to a blog based on details from maybe_add_existing_user_to_blog().

Related Functions

maybe_add_existing_user_to_blog, add_new_user_to_blog, add_user_to_blog, add_settings_section, get_users_of_blog

Top Google Results

User discussions

wpseek mobile