Skip to content

Instantly share code, notes, and snippets.

@darrylmorley
Created October 11, 2019 13:48
Show Gist options
  • Save darrylmorley/de1a5e5a57068706dd5d77cb8a03204a to your computer and use it in GitHub Desktop.
Save darrylmorley/de1a5e5a57068706dd5d77cb8a03204a to your computer and use it in GitHub Desktop.
Disable Sales & Buy Button #woocommerce
//* Disable Purchases
add_filter( 'woocommerce_is_purchasable', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment