Skip to content

Instantly share code, notes, and snippets.

@strangerstudios
Created March 16, 2014 13:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strangerstudios/9583086 to your computer and use it in GitHub Desktop.
Save strangerstudios/9583086 to your computer and use it in GitHub Desktop.
Tell PMPro to NOT redirect from default register page to PMPro pages. Add this code into a custom plugin or your active theme's functions.php.
add_filter("pmpro_login_redirect", "__return_false");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment