@ryan Hellyer Thank you for creating this plugin.
I just wasted half my day trying to figure out why arrow images were showing up in my Foundation 6 orbit slideshow.
https://foundation.zurb.com/sites/docs/orbit.html
I am posting in case someone else working with Foundation by Zurb finds it in a similar scenario.
WordPress replaces ? and ? with images.
https://s.w.org/images/core/emoji/72×72/25c0.png
https://s.w.org/images/core/emoji/72×72/25b6.png
Adding this plugin will remove that “feature”.
I added the code to my child theme’s functions.php rather than installing. It works.
If anyone from WordPress core development is reading please add a toggle to general settings so we can disable it.
Frameworks like expect unicode functionality to work and replacing a text character with an image is bad form…. It may also hinder accessibility for screen readers and other tools that visually impaired users rely on.