這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Keep Emoticons as Text

外掛說明

As of the release of 4.3, WordPress removed the “Formatting” section from the Writing settings. Included in there was the option to turn off WordPress’s default action to convert text emoticons to image smilies. This plugin does the same thing as unchecking the “convert to smilies” box that used to be available via the settings.

安裝方式

  1. Upload the keep-emoticons-as-text directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Does this add any overhead to WordPress?

No, it’s one line of code. It’s being posted as a plugin for convenience for those who don’t want to edit their theme functions file.

使用者評論

2022 年 10 月 27 日
The actual functioning PHP code is just one line, which is exactly what it needs to be. I went from "How do I turn this off on my client's site" to Google to an article to installing this plugin to problem completely solved in literally one minute. Thank you for being awesome.
2017 年 4 月 12 日 3 則留言
The super "massive" code of this plugin is, literally, : add_filter( 'option_use_smilies', '__return_false' ); altough for newer PHP 5.3+ I would suggest add_filter('option_use_smilies',function(){ return false; }); I fear the times, when you will have to install separate plugin for every WordPress option...
2016 年 11 月 12 日
spares me unwanted visual clutter - easy and efficient. Thanks a lot.
閱讀全部 8 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Keep Emoticons as Text〉的開發相關工作。

參與者

將〈Keep Emoticons as Text〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.0

  • Initial release