WordPress : Set the content type email from text/plain to text/html

function wps_set_content_type(){
	    return "text/html";
	}
add_filter( 'wp_mail_content_type','wps_set_content_type' );

Source : http://wpsnipp.com/index.php/functions-php/set-the-content-type-email-from-textplain-to-texthtml/

Processing your request, Please wait....

No Responses to “WordPress : Set the content type email from text/plain to text/html”

Comments (Your Comments)

Leave a Reply

You must be logged in to post a comment.