Sample Email Template Tag
/** * Register a custom email tag. * * @return void */ function prefix_add_sample_email_tag() { edd_add_email_tag( ‘custom_email_tag’, // Tag ‘This is a custom email tag!’, // Description ‘prefix_render_sample_email_tag’, // Callback ‘Custom Email Tag’, // Label array( ‘order’ ), // Optional…Continue reading