Skip to content

Instantly share code, notes, and snippets.

@swoboda
Created March 25, 2019 16:13
Show Gist options
  • Save swoboda/9a87bbd149016bb08fad7c6212f8da00 to your computer and use it in GitHub Desktop.
Save swoboda/9a87bbd149016bb08fad7c6212f8da00 to your computer and use it in GitHub Desktop.
AutomateWoo - Shortcodes support in emails
<?php
// Do NOT include the opening php tag
/**
* Enable shortcodes in email content
*
*/
add_filter( 'automatewoo_email_content', 'do_shortcode' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment