Double HTML entity encoding in logs view
-
Firstly, thank you for a first-rate plugin 🙂
I’ve noticed an issue with the logs display when the subject line contains special characters. These are being double encoded as HTML entities.
I’ve run some tests to ensure the plain characters are passed in to wp_mail as their original characters, and they are. These values are are also stored correctly in the wp_fsmpt_email_logs table.
Examples:
- wp_fsmpt_email_logs.subject value:
Subject Q&A with £ of success; displayed on log screen asSubject Q&A with £ of success - wp_fsmpt_email_logs.subject value:
£ & < <strong> ç; displayed on log screen as£ & < <strong> ç
Please can the logs display be corrected to accurately reflect the data in the logs database.
Thanks
The page I need help with: [log in to see the link]
- wp_fsmpt_email_logs.subject value:
The topic ‘Double HTML entity encoding in logs view’ is closed to new replies.