registration_redirect

registration_redirect

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('registration_redirect') is found 1 times:

  • /wp-login.php line 1141
    		 * @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(