apply_filters( 'wpmu_validate_blog_signup', array $result )

Filters site details and error messages following registration.


Parameters

$result

Array of domain, path, blog name, blog title, user and error messages.<br>

  • 'domain'
    (string) Domain for the site.<br>
  • 'path'
    (string) Path for the site. Used in subdirectory installations.<br>
  • 'blogname'
    (string) The unique site name (slug).<br>
  • 'blog_title'
    (string) Blog title.<br>
  • 'user'
    (string|WP_User) By default, an empty string. A user object if provided.<br>
  • 'errors'
    (WP_Error) WP_Error containing any errors found.<br>


Source

File: wp-includes/ms-functions.php

View on GitHub



Changelog

Changelog
Version Description
MU (3.0.0) Introduced. MU (3.0.0)