Advertisement
phpface

Untitled

May 14th, 2020
1,270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. function videotube_auth_redirect(){
  2.     if ( is_singular( 'video' ) && ! is_user_logged_in() ) {
  3.        auth_redirect();
  4.     }
  5. }
  6. add_action( 'wp', 'videotube_auth_redirect' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement