https://github.com/littlebizzy/disable-emojis
Disables emoji assets and unicode
https://github.com/littlebizzy/disable-emojis
wordpress wordpress-plugin
Last synced: about 1 year ago
JSON representation
Disables emoji assets and unicode
- Host: GitHub
- URL: https://github.com/littlebizzy/disable-emojis
- Owner: littlebizzy
- License: gpl-3.0
- Created: 2017-06-27T00:18:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T07:27:23.000Z (over 1 year ago)
- Last Synced: 2025-05-07T19:58:35.772Z (about 1 year ago)
- Topics: wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://www.littlebizzy.com/plugins/disable-emojis
- Size: 88.9 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Disable Emojis
Disables emoji scripts and styles
## Changelog
## 2.0.1
- added `Requires PHP` plugin header
### 2.0.0
- 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
### 1.2.0
- tested with WP 5.0
### 1.1.2
- updated plugin meta
### 1.1.1
- added warning for Multisite installations
- updated recommended plugins
### 1.1.0
- 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
### 1.0.5
- tested with WP 4.9
- optimized plugin code
- updated recommended plugins
- updated plugin meta
### 1.0.4
- optimized plugin code
- added rating request notice
- updated recommended plugins
### 1.0.3
- optimized plugin code
- updated recommended plugins
### 1.0.2
- added recommended plugins notice
### 1.0.1
- updated plugin meta
### 1.0.0
- initial release