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

Hide WordPress Version

説明

Removes the WordPress version string from:

  • The $wp_version global variable (frontend only)
  • Generator tag output (removed entirely)
  • ‘Right Now’ admin dashboard widget (non-admins)
  • Admin dashboard footer (non-admins)
  • Scripts and stylesheets enqueued without a version declared
  • HTTP queries
  • XML-RPC responses
  • Pingbacks
  • Bloginfo() calls

Also removes the update notice in the admin for non-admins.

インストール

  1. Upload hide-wordpress-version.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Will this make my install secure?

No. You still need to keep up-to-date with the latest WordPress version. This plugin will stop those less knowledgeable from finding out your version, but it is still possible to find this out.

評価

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

貢献者と開発者

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

貢献者

“Hide WordPress Version” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0.1

  • Added removal of upgrade notice in admin for non-admins

1.0

  • First public release