Skip to content

Instantly share code, notes, and snippets.

@wildiney
Created October 10, 2013 22:48
Show Gist options
  • Select an option

  • Save wildiney/6926818 to your computer and use it in GitHub Desktop.

Select an option

Save wildiney/6926818 to your computer and use it in GitHub Desktop.
<?php
function __my_registration_redirect(){
return home_url( '/my-page' );
}
add_filter( 'registration_redirect', '__my_registration_redirect' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment