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
/** | |
* 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( |