Skip to content

Instantly share code, notes, and snippets.

@gabrielmerovingi
gabrielmerovingi / mycred-email-notice-milestones
Created March 9, 2015 16:08
Send emails to your users when they reach a certain amount of points or "milestones". This code example sends emails at three milestones: 100 points, 200 points and 300 points. Paste into your child theme's functions.php file.
/**
* Add Custom Email Instances
* First we add in our custom instances so we can select them when we create
* a new email notice.
* @version 1.0
*/
add_filter( 'mycred_email_instances', 'mycred_pro_add_milestone_email_instances' );
function mycred_pro_add_milestone_email_instances( $instances ) {
$instances['accountnum'] = array(