Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plugin-republic/ab54fb642aba8688c6190a3f607f0a99 to your computer and use it in GitHub Desktop.
Save plugin-republic/ab54fb642aba8688c6190a3f607f0a99 to your computer and use it in GitHub Desktop.
<?php
/**
* Display the 'Force minimum price' setting
* This setting will be deprecated in a future version
* Please use https://pluginrepublic.com/wordpress-plugins/woocommerce-minimum-maximum-quantity-and-order/ instead
*/
add_filter( 'pewc_enable_minimum_price_option', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment