wpmu_validate_blog_signup

wpmu_validate_blog_signup

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wpmu_validate_blog_signup') is found 1 times:

  • /wp-includes/ms-functions.php line 768
    	 *     @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.
    	 * }
    	 */
    	return apply_filters( 'wpmu_validate_blog_signup', $result );
    }
    
    /**
     * Records site signup information for future activation.
     *
     * @since MU (3.0.0)