このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

HTML Entifier

説明

I couldn’t find any plugins that converted so called “smart” punctuation to HTML entities, so I created this one. It doesn’t do everything yet, but it’s a start.

This plugin currently converts smart quotes and apostrophes, en- and em-dashes, and ™ © and ® symbols into HTML entities.

インストール

This section describes how to install the plugin and get it working.

  1. Upload ‘html-entifier.php’ to the ‘/wp-content/plugins/’ directory
  2. Activate HTML Entifier through the ‘Plugins’ menu in WordPress
  3. It will now automatically convert smart punctuation located in post content and titles.

FAQ

Is there a settings page?

Not yet.

Why didn’t this plugin work on all of my old posts?

Version 1.0.0 only converts newly saved posts/pages — or posts/pages that you go back and re-save.

評価

2016年9月3日
This plugin has been plagiarized from the developer of https://wordpress.org/plugins/smart-quote-fixer/ Look at the source for both plugins, it's identical, except that the output for this plugin is in entities instead of plaintext. He even didn't know the ellipsis HTML entity. Read through the description and FAQ. It's all slightly modified. This dude is a piece of work.. DO NOT SUPPORT HIM.
2件のレビューをすべて表示

貢献者と開発者

HTML Entifier はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“HTML Entifier” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.0

  • First Revision of the plugin