An open API service indexing awesome lists of open source software.

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

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