https://codex.wordpress.org/Plugin_API/Filter_Reference/wp_mail_content_type
Function.php
Function.php
add_filter( 'wp_mail_content_type', 'set_content_type' );
function set_content_type( $content_type ) {
return 'text/html';
}

No comments:
Post a Comment