Skip to content

Instantly share code, notes, and snippets.

  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
[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