Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Last active August 31, 2015 15:04
Show Gist options
  • Save SeanChDavis/5a34a3dbf6412d6c666c to your computer and use it in GitHub Desktop.
Save SeanChDavis/5a34a3dbf6412d6c666c to your computer and use it in GitHub Desktop.
EDD Commissions Disable Email (site-wide)
<?php // DO NOT COPY THIS LINE
/**
* Disable commissions email from EDD Commissions extension
*/
remove_action( 'eddc_insert_commission', 'eddc_email_alert', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment