Title: Emoji Settings
Author: Sybre Waaijer
Published: <strong>7 de juliol de 2015</strong>
Last modified: 5 de maig de 2025

---

Cerca extensions

![](https://ps.w.org/emoji-settings/assets/banner-772x250.jpg?rev=2821053)

![](https://ps.w.org/emoji-settings/assets/icon.svg?rev=2821058)

# Emoji Settings

 Per [Sybre Waaijer](https://profiles.wordpress.org/cybr/)

[Baixa](https://downloads.wordpress.org/plugin/emoji-settings.2.0.0.zip)

 * [Detalls](https://ca.wordpress.org/plugins/emoji-settings/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/emoji-settings/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/emoji-settings/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/emoji-settings/#developers)

 [Suport](https://wordpress.org/support/plugin/emoji-settings/)

## Descripció

**Quickly enable or disable emojis conversion with an option.**

When you disable the option, Emoji Settings stops the conversion of ASCII smilies
like `:)` and `:D` to images on any WordPress installation. This plugin also prevents
changing real emojis to Twemoji (Twitter) images. It achieves this by removing several
default WordPress scripts.

You can find the option at “Settings > Writing” (`/wp-admin/options-writing.php`).

This plugin does not prevent real emojis (inserted via an emoji keyboard) from being
stored and outputted on your website.

#### Emoji conversion enabled by default

I wrote this plugin with a WordPress.com-like environment in mind, giving users 
an option without overriding standard WordPress behavior.

You can change this behavior via filter `cw_emoji_overrides`. Refer to the code 
for instructions.

#### Does more than “Disable Emojis”

Emoji Settings also fixes Character Encoding issues on sites originally installed
with WP 4.2 or lower. And this plugin correctly removes the conversion of emojis
in the admin area, for example, from post titles.

#### Translating

You can contribute by translating Emoji Settings via the sidebar on this page.

## Instal·lació

 1. Install Emoji Settings either via the WordPress.org plugin directory or by uploading
    the files to your server.
 2. Either Network Activate this plugin or activate it on a single site.
 3. You can now disable emojis through the admin menu under `wp-admin/options-writing.
    php`.
 4. That’s it! Enjoy!

## PMF

### How do I disable emojis by default

You can implement this filter to achieve that:

    ```
    add_filter( 'cw_emoji_overrides', function( $overrides ) {
        $overrides['default'] = '0'; // Set disabled by default.
        return $overrides;
    } );
    ```

## Ressenyes

![](https://secure.gravatar.com/avatar/ec8b8422bb465ae8bc396e91e6078b8974b35a964447f8c8ecc86edf1ac2b281?
s=60&d=retro&r=g)

### 󠀁[Convenient and useful](https://wordpress.org/support/topic/convenient-and-useful-4/)󠁿

 [RealMag777](https://profiles.wordpress.org/realmag777/) 31 de octubre de 2024

Works fine, thank you!

![](https://secure.gravatar.com/avatar/b2d269d640044f53baeba7f1c789ead814b91d183af4b6f05250b896a5488d5d?
s=60&d=retro&r=g)

### 󠀁[Great!](https://wordpress.org/support/topic/great-15976/)󠁿

 [Anonymous User 18721493](https://profiles.wordpress.org/anonymized-18721493/) 
14 de novembre de 2023

Simple, straightforward, and does it job well!

![](https://secure.gravatar.com/avatar/b34a1b5360d99827eda57db1bd64ccd9e714f0f82b7e0868cf55a5c218045c26?
s=60&d=retro&r=g)

### 󠀁[solved all my issues](https://wordpress.org/support/topic/solved-all-my-issues-2/)󠁿

 [cekay](https://profiles.wordpress.org/cekay/) 29 de agost de 2022

I tried another plugin that has more than 70k installation, but it didn’t work for
some reason it was converting the emoji to svg, but this plugin solved my problem
smoothly, thank you

![](https://secure.gravatar.com/avatar/626b7ac6daf9843deaf6a2e2c146e441470e8c5b499ddbe01c784f923d5e4c1c?
s=60&d=retro&r=g)

### 󠀁[Works](https://wordpress.org/support/topic/works-1900/)󠁿

 [Abalone](https://profiles.wordpress.org/abalone/) 16 de maig de 2021

Finally a plugin that really works with 5.7.2 😀 Thank you!

![](https://secure.gravatar.com/avatar/056efc0f2a9d9fa9bbe4778485e99a0bdb8868ccba6b9326980dcac9793df425?
s=60&d=retro&r=g)

### 󠀁[works perfect!](https://wordpress.org/support/topic/works-perfect-625/)󠁿

 [mattce](https://profiles.wordpress.org/mattce/) 28 de desembre de 2018

i had problems, that some smileys were shown as broken characters, after i’ve deactivated
emoticons in general via functions.php. this plugin fixes the issue, all smileys
are now shown as they should, as plain text. perfect 🙂

![](https://secure.gravatar.com/avatar/d1c62215a95d2baa50fd7783003c8c9245fc958f7aa45e29228e810c0e2c35a4?
s=60&d=retro&r=g)

### 󠀁[Fixed my IE11 problem](https://wordpress.org/support/topic/fixed-my-ie11-problem/)󠁿

 [supernaut510](https://profiles.wordpress.org/supernaut510/) 6 de febrer de 2017

In IE11, my page stopped loading at the WP emoji settings script. Installing this
plugin and disabling emojis solved my problem. Thanks.

 [ Llegiu totes les 12 ressenyes ](https://wordpress.org/support/plugin/emoji-settings/reviews/)

## Col·laboradors i desenvolupadors

«Emoji Settings» és programari de codi obert. La següent gent ha col·laborat en 
aquesta extensió.

Col·laboradors

 *   [ Sybre Waaijer ](https://profiles.wordpress.org/cybr/)

“Emoji Settings” s’ha traduït a 9 configuracions regionals. Gràcies als [traductors](https://translate.wordpress.org/projects/wp-plugins/emoji-settings/contributors)
per les seves aportacions.

[Traduïu «Emoji Settings» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/emoji-settings)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/emoji-settings/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/emoji-settings/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/emoji-settings/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/emoji-settings/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 2.0.0

 * Rewritten for improved performance.
 * Now requires PHP 7.2 or later.
 * Now requires WP 5.5 or later because it adds tests against PHP support.
 * All function and class names have changed due to added namespacing, hence the
   major version bump.
 * Added filter `cw_emoji_overrides`, accepts array `[ 'default' => string 1|0, '
   force_support' => ?bool ]`.
 * Removed confusing filter `the_emoji_options`.
 * Changed the option label from “Enable emoji support” to “Enable emoji conversion”:
   this plugin prevents the conversion; it does not prevent actual emojis from being
   stored and printed.

#### 1.2.0

 * Now properly removes the detection script and styles from all admin screens.
 * Now requires PHP 5.6 or later.
 * Tested up to WP 6.0.

#### 1.1.1

 * Tested up to WP 4.9.

#### 1.0.10

 * Fixed: When `the_emoji_options` filter was incorrectly used, a PHP notice would
   be cast on every page load.
 * Fixed: Updated license links in readme and included license file.
 * Fixed: Readme typos.

#### 1.0.9

 * Improved: Overall sanitation (WordPress.com VIP standards).
 * Changed: The class loader function caches the filter within as well.
 * Updated: POT file.
 * Removed: Dutch translation files; these are now provided through WordPress.org.
 * Other: Cleaned up code.
 * Note: Plugin license is upgraded from GPLv2+ to GPLv3.

#### 1.0.8

 * Improved: (performance) Saving Writing Settings no longer casts the Emoji Setting
   to an 1 or 0 string when it’s already an 1 or 0 string.
 * Improved: (performance) Removed boolean type casting on a boolean if statement.
 * Other: This plugin’s description on the activation page is much shorter.

#### 1.0.7

 * Note: With more than 1000 hours of extra PHP programming experience, I’ve updated
   this plugin to the latest WordPress and PHP coding standards.
 * Added: WordPress.org translation compatibility.
 * Added: Local PHP option caching.
 * Added: Class caching.
 * Added: New filter. See “Other Notes” on this plugin’s homepage.
 * Added: POT translation file.
 * Changed: Plugin translation domain.
 * Updated: Translation files.
 * Improved: The defaults filter is now always cast to an array.
 * Improved: Reduced plugin memory footprint.
 * Cleaned up code.

#### 1.0.6

 * Fixed: PHP Warning when saving options on old WP installations.
 * Changed: Improved plugin efficiency.
 * Tested up to WP 4.4.0

#### 1.0.5

 * Fixed: New WordPress installations (4.3 and up) don’t have the option to turn
   off smileys. Those before now have incorrect character encoding of smiley abbreviations,
   like 🙂 and :D, when emojis are disabled. So, when you disable emojis, smilies
   will also be disabled.
 * Improved: When disabling emojis, the smilies setting will also be disabled to
   reflect the workings of this plugin visually.

#### 1.0.4

 * This plugin now supports PHP 5.2 and up.

#### 1.0.3

 * Now correctly removes scripts from admin pages.

#### 1.0.2

 * Fixed option call priority.

#### 1.0.1

 * Fixed HTML on the options page.
 * Added filter `the_emoji_options`.

#### 1.0.0

 * Versió inicial

## Meta

 *  Versió **2.0.0**
 *  Darrera actualització **fa 11 mesos**
 *  Instal·lacions actives **2.000+**
 *  Versió del WordPress ** 5.5 o posterior **
 *  Provada fins a **6.8.5**
 *  Versió del PHP ** 7.2.0 o posterior **
 *  Idiomes
 * [Albanian](https://sq.wordpress.org/plugins/emoji-settings/), [Chinese (Taiwan)](https://tw.wordpress.org/plugins/emoji-settings/),
   [Dutch](https://nl.wordpress.org/plugins/emoji-settings/), [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/emoji-settings/),
   [English (Australia)](https://en-au.wordpress.org/plugins/emoji-settings/), [English (Canada)](https://en-ca.wordpress.org/plugins/emoji-settings/),
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/emoji-settings/),
   [English (US)](https://wordpress.org/plugins/emoji-settings/), [French (France)](https://fr.wordpress.org/plugins/emoji-settings/),
   i [Turkish](https://tr.wordpress.org/plugins/emoji-settings/).
 *  [Traduïu a la vostra llengua](https://translate.wordpress.org/projects/wp-plugins/emoji-settings)
 * Etiquetes
 * [emoji](https://ca.wordpress.org/plugins/tags/emoji/)[emojis](https://ca.wordpress.org/plugins/tags/emojis/)
   [emoticon](https://ca.wordpress.org/plugins/tags/emoticon/)[script](https://ca.wordpress.org/plugins/tags/script/)
   [twemoji](https://ca.wordpress.org/plugins/tags/twemoji/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/emoji-settings/advanced/)

## Valoracions

 5 sobre 5 estrelles.

 *  [  12 valoracions de 5 estrelles     ](https://wordpress.org/support/plugin/emoji-settings/reviews/?filter=5)
 *  [  0 valoracions de 4 estrelles     ](https://wordpress.org/support/plugin/emoji-settings/reviews/?filter=4)
 *  [  0 valoracions de 3 estrelles     ](https://wordpress.org/support/plugin/emoji-settings/reviews/?filter=3)
 *  [  0 valoracions de 2 estrelles     ](https://wordpress.org/support/plugin/emoji-settings/reviews/?filter=2)
 *  [  0 valoracions de 1 estrelles     ](https://wordpress.org/support/plugin/emoji-settings/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/emoji-settings/reviews/#new-post)

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/emoji-settings/reviews/)

## Col·laboradors

 *   [ Sybre Waaijer ](https://profiles.wordpress.org/cybr/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/emoji-settings/)

## Feu una donació

Voleu ajudar a què l’extensió millori?

 [ Feu una donació a aquesta extensió ](https://github.com/sponsors/sybrew)