wpmu_activate_signup
wpmu_activate_signup ( $key )
Parameters:- (string) key The activation key provided to the user.
Returns:- (array|WP_Error) An array containing information about the activated user and/or blog.
Defined at:Change Log: - Introduced in WordPress: —
- Deprecated in WordPress: —
Description
Activates a signup.Hook to {@see 'wpmu_activate_user'} or {@see 'wpmu_activate_blog'} for events
that should happen only when users or sites are self-created (since
those actions are not called when users and sites are created
by a Super Admin).