dartiss / plugins-list

WordPress plugin to insert a list of the Wordpress plugins you are using into any post/page.
https://wordpress.org/plugins/plugins-list/
GNU General Public License v2.0
7 stars 6 forks source link

Strip emoji from fields #44

Closed dartiss closed 1 year ago

dartiss commented 1 year ago

Can I remove emojis from things like the description?

dartiss commented 1 year ago

I can and I'll add an option to do this - by default, it won't strip emoji.

Ensure I fully strip any redundant characters after doing this.

dartiss commented 1 year ago

I've noticed that Jetpack adds HTML too, so removing that would be helpful. Maybe I'll just introduce a general stripping feature that will remove emoji and HTML.

dartiss commented 1 year ago

Decided to ALWAYS strip HTML from description, otherwise it affects any truncation. Parameter is for emoji only.

dartiss commented 1 year ago

Added in #47