Guest User

Untitled

a guest
Aug 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function wpse_registration_redirect() {
  2. return home_url( '/page' );
  3. }
  4.  
  5. add_filter( 'registration_redirect', 'wpse_registration_redirect' );
Add Comment
Please, Sign In to add comment