boonebgorges / buddypress-group-email-subscription

Fine-grained email subscription for activity in BuddyPress groups
36 stars 33 forks source link

Don't strip tags from user-generated content #231

Open boonebgorges opened 1 year ago

boonebgorges commented 1 year ago

Related: #226, #220

When the plugin was first written, all BP emails were in plain text. So it made sense that we ran {{usermessage}} through strip_tags().

That was many years ago. Now, I'm guessing that the overwhelming majority of BP sites use BP's HTML emails. This means that we could begin allowing at least some HTML in emails.

A few considerations: