Skip to content

Instantly share code, notes, and snippets.

@stickhandle
Forked from nacin/prying-eyes.php
Created February 13, 2013 02:37
Show Gist options
  • Save stickhandle/4912475 to your computer and use it in GitHub Desktop.
Save stickhandle/4912475 to your computer and use it in GitHub Desktop.
<?php
if ( !is_user_logged_in() && $pagenow !== 'wp-login.php' ) {
wp_redirect( home_url('wp-login.php') );
exit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment