In this blog, you are going to learn about super-easy ways to remove payment options without breaking your site or pulling your hair off.

With help of this code, you will be able to disable payment gateway system from WooCommerce checkout.

Copy and paste the code to snippet plugin section which I have mentioned in the video

 

add_filter( 'woocommerce_cart_needs_payment', '__return_false' );