registration_redirect

registration_redirect

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('registration_redirect') is found 1 times:

  • /wp-login.php line 1152
    1148
    1149
    1150
    1151
    1152
    1153
    1154
    1155
    1156
    1157
    1158
    * @param string       $registration_redirect The redirect destination URL.
     * @param int|WP_Error $errors                User id if registration was successful,
     *                                            WP_Error object otherwise.
     */
    $redirect_to = apply_filters( 'registration_redirect', $registration_redirect, $errors );
     
    login_header(
        __( 'Registration Form' ),
        wp_get_admin_notice(
            __( 'Register For This Site' ),
            array(