Created
February 19, 2018 11:30
-
-
Save danielbitzer/724e8af1d23852f3eda333cb8e277752 to your computer and use it in GitHub Desktop.
AutomateWoo Refer A Friend - Disable marking referrals as potential fraud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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