Skip to content

Instantly share code, notes, and snippets.

@tharlab
Forked from gabrielmerovingi/reward-mycred-payment
Created February 19, 2019 12:39
Show Gist options
  • Save tharlab/7810344d391783c26a44bdf282b1c77e to your computer and use it in GitHub Desktop.
Save tharlab/7810344d391783c26a44bdf282b1c77e 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