Title: Disable Automatic Theme &amp; Plugin Updates
Author: Jake Spurlock
Published: <strong>2020 年 6 月 2 日</strong>
Last modified: 2020 年 8 月 6 日

---

搜索插件

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

![](https://s.w.org/plugins/geopattern-icon/disable-automatic-theme-plugin-updates.
svg)

# Disable Automatic Theme & Plugin Updates

 作者：[Jake Spurlock](https://profiles.wordpress.org/whyisjake/)

[下载](https://downloads.wordpress.org/plugin/disable-automatic-theme-plugin-updates.0.1.6.zip)

 * [详情](https://cn.wordpress.org/plugins/disable-automatic-theme-plugin-updates/#description)
 * [评价](https://cn.wordpress.org/plugins/disable-automatic-theme-plugin-updates/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/disable-automatic-theme-plugin-updates/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/disable-automatic-theme-plugin-updates/#developers)

 [支持](https://wordpress.org/support/plugin/disable-automatic-theme-plugin-updates/)

## 描述

At the core of this plugin, it is simply using the build in filters to disable automatic
theme and plugin updates.

    ```
    add_filter( 'plugins_auto_update_enabled', '__return_false' );
    add_filter( 'themes_auto_update_enabled', '__return_false' );
    ```

If you are interested in contributing to this plugin, all issues should be addressed
on [Github](https://github.com/whyisjake/disable-plugin-theme-auto-updates). Pull
requests welcome.

## 安装

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

e.g.

 1. Upload `/disabe-plugin-theme-auto-updates.zip` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Or, install via the plugin repository.

## 评价

此插件暂无评价。

## 贡献者及开发者

「Disable Automatic Theme & Plugin Updates」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ Jake Spurlock ](https://profiles.wordpress.org/whyisjake/)

[帮助将「Disable Automatic Theme & Plugin Updates」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/disable-automatic-theme-plugin-updates)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/disable-automatic-theme-plugin-updates/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/disable-automatic-theme-plugin-updates/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/disable-automatic-theme-plugin-updates/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/disable-automatic-theme-plugin-updates/)。

## 更新日志

#### 0.1.5

 * Fix the tested up to version.

#### 0.1.4

 * Initial release.
 * Added some build tools.

#### 0.1.0

Let’s kick this off.

## 额外信息

 *  版本 **0.1.6**
 *  最后更新：**6 年前**
 *  活跃安装数量 **60+**
 *  WordPress 版本 ** 3.7 或更高版本 **
 *  已测试的最高版本为 **5.5.18**
 *  PHP 版本 ** 7.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/disable-automatic-theme-plugin-updates/)
 * 标签
 * [core](https://cn.wordpress.org/plugins/tags/core/)[updates](https://cn.wordpress.org/plugins/tags/updates/)
 *  [高级视图](https://cn.wordpress.org/plugins/disable-automatic-theme-plugin-updates/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/disable-automatic-theme-plugin-updates/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/disable-automatic-theme-plugin-updates/reviews/)

## 贡献者

 *   [ Jake Spurlock ](https://profiles.wordpress.org/whyisjake/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/disable-automatic-theme-plugin-updates/)