Filters site details and error messages following registration.
Parameters
$resultarray
{ Array of domain, path, site name, site title, user and error messages. @type string $domain Domain for the site. @type string $path Path for the site. Used in subdirectory installations. @type string $blogname The unique site name (slug). @type string $blog_title Site title. @type string|WP_User $user By default, an empty string. A user object if provided. @type WP_Error $errors WP_Error containing any errors found.}
$domainstring
Domain for the site.
$pathstring
Path for the site. Used in subdirectory installations.
$blognamestring
The unique site name (slug).
$blog_titlestring
Site title.
$userstring|WP_User
By default, an empty string. A user object if provided.
762* @type string$blogname The unique site name(slug).763* @type string$blog_title Site title.764* @type string|WP_User$user By default, an emptystring.A user objectif provided.765* @type WP_Error$errors WP_Error containing any errors found.766*}767*/768returnapply_filters('wpmu_validate_blog_signup',$result);769}770771/**772* Records site signup information for future activation.773*774* @since MU(3.0.0)
History
Introduced in MU (3.0.0). Unchanged from 6.7.7 through 7.1.0.