'.$blog_title.'

Report For "'.$user_post_title.'"

Hello Administrator!
One of your post reported by '.$user_email.'.

The following are the details for the post requested:

Report Title '.$user_report_title.'
Report Content '.$user_report_content.'

Thanks & Regards
'.$user_email.'

'; $headers = array('Content-Type: text/html; charset=UTF-8'); wp_mail( $admin_email, $subject, $body, $headers ); }