#31720 closed defect (bug) (fixed)
Emoji email filter doesn't check the content type
Reported by: | pento | Owned by: | pento |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Emoji | Keywords: | emoji |
Focuses: | Cc: |
Description
The emoji email filter needs to check the content type of the email, and only transform emoji into images if it's text/html
.
We need to check both $mail['headers']
and the result of the wp_mail_content_type
filter.
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 31860: