Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function videotube_auth_redirect(){
- if ( is_singular( 'video' ) && ! is_user_logged_in() ) {
- auth_redirect();
- }
- }
- add_action( 'wp', 'videotube_auth_redirect' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement