Skip to content

littlebizzy/disable-emojis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

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