Skip to content

Instantly share code, notes, and snippets.

@amdrew
Created December 10, 2014 23:45
Show Gist options
  • Select an option

  • Save amdrew/5999d1240c1e6d9e458d to your computer and use it in GitHub Desktop.

Select an option

Save amdrew/5999d1240c1e6d9e458d to your computer and use it in GitHub Desktop.
AffiliateWP - Prevent affiliates from receiving approval emails
<?php
if ( function_exists( 'affiliate_wp' ) ) {
remove_action( 'affwp_set_affiliate_status', array( affiliate_wp()->emails, 'notify_on_approval' ), 10, 3 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment