该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Undo WordPress Default Formatting

描述

WordPress applies default text formatting that replaces characters such as ‘-‘, ‘–‘, quotes, … to pretty HTML characters. This plugin was created to revert that back. This is especially useful for tech-oriented blogs that need the original input because they may contain commands that need to be executed.

安装

  1. upload the directory “undo_wordpress_default_formatting” to your wp-content/plugins directory
  2. activate the plugin from your WordPress ‘Plugins’ menu

常见问题

The characters get replaced to something else than my original, why is that?

WordPress changes a few characters to the same HTML entity character. I can not guess what the original character was, so I’m using a ‘best effort’ way of converting the HTML character back to the original one. Sometimes, it’ll be wrong.

评价

此插件暂无评价。

贡献者及开发者

「Undo WordPress Default Formatting」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0

  • First version of the Plugin, stable