Created
June 13, 2014 11:00
-
-
Save BRMatt/db7e3bc93163a7242a59 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?php | |
add_filter('memberful_wp_after_sign_in_url', 'my_after_sign_in_url'); | |
function my_after_sign_in_url() { | |
return 'http://gohere.com'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment