Filter hook 'wpmu_validate_blog_signup'

in WP Core File wp-includes/ms-functions.php at line 768

Description

Filters site details and error messages following registration. }

Occurrences

Filename Line Number
wp-includes/ms-functions.php 768

Parameters

Type Name Description
array $result { Array of domain, path, site name, site title, user and error messages.

PHP Doc

/**
	 * Filters site details and error messages following registration.
	 *
	 * @since MU (3.0.0)
	 *
	 * @param array $result {
	 *     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.
	 * }
	 */