Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save plugin-republic/466a46a72ccec31ea7c3befefe529ecb to your computer and use it in GitHub Desktop.

Select an option

Save plugin-republic/466a46a72ccec31ea7c3befefe529ecb to your computer and use it in GitHub Desktop.
<?php
/**
* Don't apply discount to add-on fields
*/
add_filter( 'pewc_disable_wcfad_on_addons', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment