Skip to content

Instantly share code, notes, and snippets.

@tomthepythonist
Created July 22, 2010 06:39
Show Gist options
  • Save tomthepythonist/485660 to your computer and use it in GitHub Desktop.
Save tomthepythonist/485660 to your computer and use it in GitHub Desktop.
<?php
if (!is_user_logged_in() && $_GET["page_id"]!=7)
{header('Location: '.wp_login_url());}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment