registration_redirect
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -301,7 +301,7 @@ add_action( 'profile_update', function ( $user_id, $old_user_data ) { | ... | @@ -301,7 +301,7 @@ add_action( 'profile_update', function ( $user_id, $old_user_data ) { |
| 301 | 301 | ||
| 302 | add_action( 'wpo365/user/creating', 'registration_redirect', 10, 3 ); | 302 | add_action( 'wpo365/user/creating', 'registration_redirect', 10, 3 ); |
| 303 | 303 | ||
| 304 | function registration_redirect( $user_id ) { | 304 | function registration_redirect() { |
| 305 | 305 | ||
| 306 | wp_redirect(site_url('/account/profile/')); | 306 | wp_redirect(site_url('/account/profile/')); |
| 307 | 307 | ... | ... |
-
Please register or sign in to post a comment