Guest User

Untitled

a guest
Dec 18th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. function wsl_whitelist_endpoint()
  2. {
  3. setcookie( LOGGED_IN_COOKIE, md5(rand()), time()+15,'http://yourdomainnamegoeshere/wp-content/plugins/wordpress-social-login/hybridauth' );
  4. }
  5. add_filter( 'wsl_process_login_start', 'wsl_whitelist_endpoint' );
Add Comment
Please, Sign In to add comment