Filters site details and error messages following registration.
Parameters
$result
array- Array of domain, path, site name, site title, user and error messages.
domain
stringDomain for the site.path
stringPath for the site. Used in subdirectory installations.blogname
stringThe unique site name (slug).blog_title
stringSite title.user
string|WP_UserBy default, an empty string. A user object if provided.errors
WP_ErrorWP_Error containing any errors found.
Source
return apply_filters( 'wpmu_validate_blog_signup', $result );
Changelog
Version | Description |
---|---|
MU (3.0.0) | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.