Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_filter( 'wpmem_login_redirect', 'my_login_redirect' );
  2.  
  3. function my_login_redirect()
  4. {
  5. // return the url that the login should redirect to
  6. return 'http://mydomain.com/specials/';
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement