Created
March 16, 2014 13:19
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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