On this page
apply_filters( 'wpmu_validate_blog_signup', array $result )
Filters site details and error messages following registration.
Parameters
$resultarray-
Array of domain, path, blog name, blog title, user and error messages.
domainstringDomain for the site.pathstringPath for the site. Used in subdirectory installations.blognamestringThe unique site name (slug).blog_titlestringBlog title.userstring|WP_UserBy default, an empty string. A user object if provided.errorsWP_ErrorWP_Error containing any errors found.
Source
File: wp-includes/ms-functions.php. View all references
return apply_filters( 'wpmu_validate_blog_signup', $result );
Related
Used By
| Used By | Description |
|---|---|
| wpmu_validate_blog_signup() wp-includes/ms-functions.php | Processes new site registrations. |
Changelog
| Version | Description |
|---|---|
| MU (3.0.0) | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wpmu_validate_blog_signup