Skip to content

Instantly share code, notes, and snippets.

@gabrielmerovingi
Created October 11, 2017 18:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gabrielmerovingi/f9148eccba87a19c72d4422462ac3c88 to your computer and use it in GitHub Desktop.
Save gabrielmerovingi/f9148eccba87a19c72d4422462ac3c88 to your computer and use it in GitHub Desktop.
By default, myCRED will not reward points if an order in WooCommerce was paid with points. This is how you override this and force myCRED to payout anyways.
add_filter( 'mycred_woo_reward_mycred_payment', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment