diff --git a/core/um-actions-register.php b/core/um-actions-register.php index 88d1bf55..573a267c 100644 --- a/core/um-actions-register.php +++ b/core/um-actions-register.php @@ -188,7 +188,7 @@ // Priority redirect if ( isset( $args['redirect_to'] ) ) { - exit( wp_redirect( $args['redirect_to'] ) ); + exit( wp_redirect( um_get_redirect_url( $args['redirect_to'] ) ) ); } if ( $status == 'approved' ) {