function girisyap() { if ( !is_user_logged_in( ) ) { echo "Lütfen giriş yapınız."; exit(); } } add_action('wp_head', 'girisyap');