Skip to content

Instantly share code, notes, and snippets.

@woogists
woogists / wc-paypal-express-remove-proceed-checkout-button.php
Last active August 24, 2019 06:04
[PayPal Express Checkout] Remove the “Proceed to Checkout” link on the cart page
/*
* Snippet to remove the 'Proceed to Checkout' link on the cart page.
* Code goes in the functions.php file in your theme.
*/
remove_action( 'woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 20 );