<?php
if( !is_user_logged_in() ) {    wp_redirect('https:alanadi.com');    exit; }
?>