added html support into wp mail
This commit is contained in:
parent
1a74aafd6b
commit
0541f20369
|
@ -2334,6 +2334,15 @@ echo $content = ob_get_clean();
|
|||
}
|
||||
|
||||
|
||||
function mep_email_set_content_type(){
|
||||
return "text/html";
|
||||
}
|
||||
add_filter( 'wp_mail_content_type','mep_email_set_content_type' );
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}else{
|
||||
function mep_admin_notice_wc_not_active() {
|
||||
$class = 'notice notice-error';
|
||||
|
|
Loading…
Reference in New Issue