Skip to content

Instantly share code, notes, and snippets.

@corsonr
Created May 12, 2013 09:13
Show Gist options
  • Save corsonr/5562916 to your computer and use it in GitHub Desktop.
Save corsonr/5562916 to your computer and use it in GitHub Desktop.
HTML Email in WordPress
add_filter('wp_mail_content_type',create_function('', 'return "text/html"; '));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment