Skip to content

Instantly share code, notes, and snippets.

@markoheijnen
Created September 23, 2014 19:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markoheijnen/41a17182c4a7d2608f62 to your computer and use it in GitHub Desktop.
Save markoheijnen/41a17182c4a7d2608f62 to your computer and use it in GitHub Desktop.
Allow only one session per user.
<?php
add_action( 'wp_login', 'wp_destroy_other_sessions' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment