Aurangajeb

WPUF Email notification as text html

Feb 29th, 2020
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. add_filter( 'wp_mail_content_type', function($content_type){
  2. return "text/html";
  3. });
Advertisement
Add Comment
Please, Sign In to add comment