Skip to content

Instantly share code, notes, and snippets.

@BRMatt
Created June 13, 2014 11:00
Show Gist options
  • Save BRMatt/db7e3bc93163a7242a59 to your computer and use it in GitHub Desktop.
Save BRMatt/db7e3bc93163a7242a59 to your computer and use it in GitHub Desktop.
<?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