Aurangajeb

Receiving mail as plain text in the Email inbox

Nov 11th, 2019
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. /* Receiving mail as plain text in the Email inbox (WPUF Email notification)*/
  2.  
  3. add_filter( 'wp_mail_content_type', function($content_type){
  4. return "text/html";
  5. });
Advertisement
Add Comment
Please, Sign In to add comment