92c77d66 by Jeff Balicki

registration_redirect

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 156234fa
...@@ -299,9 +299,7 @@ add_action( 'profile_update', function ( $user_id, $old_user_data ) { ...@@ -299,9 +299,7 @@ add_action( 'profile_update', function ( $user_id, $old_user_data ) {
299 299
300 } 300 }
301 301
302 302 add_action( 'wpo365/user/creating', 'registration_redirect', 10, 3 );
303
304 add_action( 'user_register', 'registration_redirect', 10, 1 );
305 303
306 function registration_redirect( $user_id ) { 304 function registration_redirect( $user_id ) {
307 305
......