Daan - Allow Emoji's
This plugin converts emojis to Unicode escape sequences (e.g., \u{1F600} for 😀) to ensure compatibility with databases that might not fully support native emoji storage.
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/dan0sz/allow-emojis/releases/download/v1.1.0/daan-allow-emojis.zipDeclares an update source (Dan0sz/allow-emojis), so updates arrive through the plugin's own updater.
Readme
Allow Emoji's in WordPress Posts
This plugin uses wp_encode_emoji to encode any emojis in the post content into a format that is safe for saving in the
database. It converts emojis to Unicode escape sequences (e.g., \u{1F600} for 😀) to ensure compatibility with databases
that might not fully support native emoji storage.
Installation
There is no configuration. Just install the latest release, activate it and you're done!
Shoutout
This plugin is a copy/paste (with added support for post titles and excerpts) from this StackOverflow response.
Read the full README on GitHub →