![woocommerce[1]](https://ikodes.net/wp-content/uploads/2020/02/woocommerce1-2.png)
Today we investigate the WooCommerce Checkout and explicitly at how to cripple an installment portal (for example PayPal) if certain item classifications are in the truck. add_filter( ‘woocommerce_available_payment_gateways’, ‘ikodes_unset_gateway_by_category’ ); function ikodes_unset_gateway_by_category( $available_gateways ) { global $woocommerce; $unset = false; $category_ids = array( 123, 111...

![wp-sendtofriend-590X300[1]](https://ikodes.net/wp-content/uploads/2020/02/wp-sendtofriend-590X3001-2.jpg)
![wp-verify-the-age-590X300[1]](https://ikodes.net/wp-content/uploads/2020/02/wp-verify-the-age-590X3001-2.jpg)
