wpmu_validate_blog_signup – filter
Filters site details and error messages following registration.
Parameters
- (3.0.0)
- ( MU ) . . .
- $result
- ( array ) { Array of domain, path, blog name, blog title, user and error messages. . . .
- ( string ) $domain Domain for the site. . . .
- ( string ) $path Path for the site. Used in subdirectory installations. . . .
- ( string ) $blogname The unique site name (slug). . . .
- ( string ) $blog_title Blog title. . . .
- $user
- ( string|WP_User ) By default, an empty string. A user object if provided. . . .
- ( WP_Error ) $errors WP_Error containing any errors found. } . . .