Skip to content

Instantly share code, notes, and snippets.

@shadimanna
Last active January 10, 2023 17:46
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 shadimanna/08ff69dc60f05ea74ca0a72dce7fbec6 to your computer and use it in GitHub Desktop.
Save shadimanna/08ff69dc60f05ea74ca0a72dce7fbec6 to your computer and use it in GitHub Desktop.
// Suppress faire currency matching
add_filter('faire_wc_suppress_currency_matching', 'custom_faire_wc_suppress_currency_matching');
function custom_faire_wc_suppress_currency_matching($bool) {
return TRUE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment