Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save woogists/b3606274fdc1bf8c07a5ac623511df02 to your computer and use it in GitHub Desktop.
Save woogists/b3606274fdc1bf8c07a5ac623511df02 to your computer and use it in GitHub Desktop.
[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 );
@relaxed4u
Copy link

Thank you for the help :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment