Sample Email Template Tag
/** * Register a custom email tag. * * Uses edd_add_email_tag(). See includes/emails/tags.php for full parameter documentation. * * @return void */ function eddwp_add_sample_email_tag() { edd_add_email_tag( ‘custom_email_tag’, __( ‘This tag will display the currency of the order.’, ‘your-text-domain’ ), ‘eddwp_render_sample_email_tag’,…Continue reading