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

Secure Paste

説明

WordPress itself does a job of filtering dangerous code inside your content.
But your users can break your site design without compromising your security by inserting unnecessary HTML tags in post, page or in custom post type.

This plugin removes unnecessary HTML tags from post, page and custom post type content before inserting it to your WordPress database.
It also prevents users to paste or write disallowed HTML tags in post content.

If your website users creates content for you and if they copy the content from some other webpages, then in that situation this plugin will be helpful to you to disallowed unnecessary HTML tags.

  • This plugin will only allow the below HTML tags :

    p, h1, h2, h3, h4, h5, h6, ol, ul, li, ins, blockquote,
    cite, code, em, b, i, u, q, strike, strong, br, hr,
    abbr (allowed attributes: title),
    acronym (allowed attributes: title),
    a (allowed attributes: href, title),
    img (allowed attributes: src, alt, class, width, height),
    del (allowed attributes: datetime)

使い方:

  1. Download and extract this plugin to wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress and enjoy !

驚くべき機能

  • Easy to use
  • File is easy customizable ( you can add your tag in secure-paste.php file )

インストール

  1. Download and extract this plugin to wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress and enjoy !

評価

1件のレビューをすべて表示

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.6

  • Tested and compatible with WordPress 6.1.1

1.5

  • Tested and compatible with WordPress 5.8

1.4

  • Tested and compatible with WordPress 5.2.3

1.3

  • Renamed to Secure Paste & Tested on WordPress 4.9.6

1.2

  • Renamed to WP Safe Post

1.1

  • WordPress 4.7でテスト済み

1.0

  • 最初のリリース。