add_new_user_to_blog
add_new_user_to_blog ( $user_id, $password, $meta )
Parameters:- (int) user_id User ID.
- (string) password User password. Ignored.
- (array) meta Signup meta data.
See:Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Adds a newly created user to the appropriate blogTo add a user in general, use add_user_to_blog(). This function
is specifically hooked into the {@see 'wpmu_activate_user'} action.