wpmu_validate_blog_signup

wpmu_validate_blog_signup

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wpmu_validate_blog_signup') is found 1 times:

  • /wp-includes/ms-functions.php line 768
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
    774
         *     @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)