How to add filter for HTML templates email
-
I am not able the send the HTML email templates. Can anyone guide me how to change the plan/text email, to html email template.
I found this line of code but where i have to do changes and how to edit the pluggable.php file .
function set_content_type( $content_type ) {
return ‘text/html’;
}
add_filter( ‘wp_mail_content_type’, ‘set_content_type’ );Thanks in Advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.