Skip to content

Instantly share code, notes, and snippets.

@mikejolley
Created July 28, 2016 16:01
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mikejolley/ad2ecc286c9ad6cefbb7065ba6dfef48 to your computer and use it in GitHub Desktop.
Hide the 'Continue to Checkout' button on WooCommerce checkout
<?php // Do not include this if already open!
/**
* Code goes in theme functions.php.
*/
remove_action( 'woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment