Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action( 'wp', function(){
- if( (is_author() || is_singular( 'video' ) ) && ! is_user_logged_in() ){
- wp_redirect( wp_login_url( get_author_posts_url( get_queried_object_id() ) ) );
- exit;
- }
- }, 1 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement