Skip to content

Instantly share code, notes, and snippets.

@danielbitzer
Created February 19, 2018 11:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielbitzer/724e8af1d23852f3eda333cb8e277752 to your computer and use it in GitHub Desktop.
Save danielbitzer/724e8af1d23852f3eda333cb8e277752 to your computer and use it in GitHub Desktop.
AutomateWoo Refer A Friend - Disable marking referrals as potential fraud
<?php
add_filter( 'automatewoo/referral/is_potential_fraud', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment