WordPress.org

Plugin Directory

WordPress コア、プラグイン、テーマのアップデートを無効にします

WordPress コア、プラグイン、テーマのアップデートを無効にします

説明

This plugin disables all WordPress updates (core, plugins and themes). This can be useful if you have multiple environments such as a live and staging server and you don’t want your users to use the update functionality.

This plugin not only disables the update mechanism for the core, plugins and themes, but it also removes the update menu item from the left navigation menu in the admin dashboard.

スクリーンショット

  • WordPress dashboard before activating the plugin.
  • After activating the plugin all update notices are disabled.

インストール

  1. パッケージを解凍して、フォルダを /wp-content/plugins/ ディレクトリにアップロードしてください。
  2. 「プラグイン」メニューからプラグインを有効化します。

FAQ

I am not sure what this plugin does, should I be using it?

No, keeping WordPress up-to-date is very important for security reasons. You should only disable WordPress updates if you keep your system up to date using another mechanism such as a staging server or svn.

Can I submit a feature request or bug report?

Yes, please use the support forum to report any issues you may have. You can submit code suggestions in the GitHub repository.

評価

2021年1月14日
Just wondering why this Dimond doesn’t have even a single review. Love it 🙂
3件のレビューをすべて表示

貢献者と開発者

WordPress コア、プラグイン、テーマのアップデートを無効にします はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WordPress コア、プラグイン、テーマのアップデートを無効にします” は17ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“WordPress コア、プラグイン、テーマのアップデートを無効にします” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.4.0

WP 6.7 compatibility tested

1.3.9

WP 6.6 compatibility tested

1.3.8

WP 6.5 compatibility tested

1.3.7

WP 6.4 compatibility tested

1.3.6

Using add_filter ( 'pre_site_transient_update_core', '__return_null' ); slowed down the admin dashboard because it invalidated the transient. Added du_last_checked function to fake last update check which tricks WordPress into thinking the check has happened and nothing needs to be updated.

1.3.5

Changed minimum WordPress version to 4.6

1.3.4

Corrected translation filenames

1.3.2

Disable update health check

1.3.0

翻訳サポートの追加

1.2.9

WordPress 6.3 compatibility tested

1.2.5

WordPress 5.8 compatibility tested

1.2

PHP 7.2互換性アップデート

1.1

Added automatic_updater_disabled filter

1.0

最初のリリース