Filters site details and error messages following registration.
Parameters
$resultarray- Array of domain, path, site name, site title, user and error messages.
domainstringDomain for the site.pathstringPath for the site. Used in subdirectory installations.blognamestringThe unique site name (slug).blog_titlestringSite title.userstring|WP_UserBy default, an empty string. A user object if provided.errorsWP_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.