add_action('woocommerce_before_checkout_form', function () { if ( is_user_logged_in() ) return; // Checkout form alanlarını gizle echo ''; }, 20);