Temly Disable Emoji

설명

Temly Disable Emoji completely disables WordPress emoji functionality to improve your website performance by removing:

  • Emoji detection scripts from frontend and admin
  • Emoji stylesheets from frontend and admin
  • DNS prefetch requests to emoji CDN servers
  • TinyMCE emoji plugin from the editor
  • Email emoji conversion

This lightweight plugin requires no configuration – simply activate and enjoy faster page load times.

Features:
* Removes all emoji-related JavaScript and CSS
* Eliminates DNS prefetch requests to external emoji servers
* Works on both frontend and admin areas
* No settings required – works immediately after activation
* Compatible with all themes and plugins

설치

  1. Upload the plugin files to the /wp-content/plugins/temly-disable-emoji/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. That’s it! The plugin will immediately start removing emoji functionality.

FAQ

Will this break existing emojis on my site?

No, existing text-based emojis (like 🙂 or :D) will still display as regular text. This plugin only removes WordPress’s automatic emoji enhancement system.

Do I need to configure anything?

No configuration is needed. The plugin works automatically once activated.

Will this improve my site performance?

Yes, by removing unnecessary JavaScript, CSS, and DNS requests, your pages will load faster.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Temly Disable Emoji”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Temly Disable Emoji”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.0

  • Updated plugin name to “Temly Disable Emoji”
  • Added proper function and class prefixes (TEMLYDE_)
  • Improved code organization and documentation
  • Fixed text domain to match new plugin slug (temly-disable-emoji)
  • Enhanced plugin description and README

1.1.3

  • Fixed security and i18n issues
  • Updated tested version to 6.8

1.1.2

  • Added proper nonce verification
  • Improved output escaping

1.1.1

  • Bug fixes and improvements

1.1.0

  • Initial stable release