Advertisement
Guest User

Untitled

a guest
May 29th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. function verifica login() {
  2. if ( is_page (56) ) { } else {
  3. if{( ! is_user_logged_in() ) {
  4. wp_redirect( get_bloginfo('siteurl').'/wp-login.php' );
  5. }
  6. }
  7. }
  8.  
  9. add_action( 'get_header', 'verifica_login' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement