registration_redirect
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
3 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment