Disables emoji scripts and styles
- added
Requires PHP
plugin header
- completely refactored plugin to WordPress coding standards
- disables emoji scripts and styles from frontend, backend, embeds, emails, RSS feeds, TinyMCE, Gutenberg, XML-RPC and REST API
- strips emoji unicode from post titles, post content, post excerpts, and comments using regex
- improved priorities consistency and organization
- supports PHP 7.0 to PHP 8.3
- supports Git Updater
- supports Multisite
- tested with WP 5.0
- updated plugin meta
- added warning for Multisite installations
- updated recommended plugins
- plugin entirely re-written with PHP namespaces
- plugin uses object-oriented code
- added more "disable" filters
- support for
DISABLE_NAG_NOTICES
- removed improperly credited Ryan Hellyer code snippet
- (apologies to Ryan Hellyer)
- updated plugin meta
- tested with WP 4.9
- optimized plugin code
- updated recommended plugins
- updated plugin meta
- optimized plugin code
- added rating request notice
- updated recommended plugins
- optimized plugin code
- updated recommended plugins
- added recommended plugins notice
- updated plugin meta
- initial release