-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a1bf9bb
Showing
5 changed files
with
485 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.DS_Store | ||
.idea | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Disable all updates Plugin | ||
|
||
`wp-disable-all-updates` plugin completely and for real disables all WordPress updates | ||
|
||
+ Supports [Bedrock](https://roots.io/bedrock) `WordPress` installs | ||
|
||
## Requirements | ||
|
||
- Requires WP at least: `4.5` | ||
- Tested up to WP: `6.0` | ||
- Requires PHP: `7.1` | ||
|
||
## Install & Activate plugin | ||
|
||
### Composer (Bedrock Install) | ||
|
||
`composer require andriilive/wp-disable-all-updates` at root | ||
|
||
### ZIP Upload | ||
|
||
1. Download `wp-disable-all-updates.zip` from [here](https://github.com/andriilive/wp-disable-generated-image-sizes/archive/refs/tags/0.1.0.zip) | ||
2. Login to Wordpress Admin Dashboard | ||
2. Navigate to `Plugins` > `Add new` | ||
3. Press `Upload Plugin` and chose `wp-disable-all-updates.zip` | ||
2. `Activate` the plugin through the `Plugins` menu in WordPress | ||
|
||
### FTP | ||
|
||
1. Upload folder `wp-disable-all-updates` to the `/wp-content/plugins/` directory | ||
2. Activate the plugin through the 'Plugins' menu in WordPress | ||
|
||
### Based on | ||
|
||
Disable All WP Updates by Thomas Griffin plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "andriilive/wp-disable-all-updates", | ||
"description": "", | ||
"keywords": ["wordpress", "plugin"], | ||
"homepage": "https://github.com/andriilive/wp-disable-all-updates", | ||
"authors": [ | ||
{ | ||
"name": "DigitalAndy", | ||
"homepage": "https://github.com/andriilive" | ||
} | ||
], | ||
"type": "wordpress-muplugin", | ||
"require": { | ||
"php": ">=5.6" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
=== Wp Disable All Updates === | ||
Contributors: () | ||
Tags: updates, disable-updates, optimize, wp | ||
Requires at least: 4.5 | ||
Tested up to: 6.0 | ||
Requires PHP: 7.1 | ||
Stable tag: 0.1.0 | ||
License: GPLv2 or later | ||
License URI: https://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
Disables all WordPress updates | ||
|
||
== Description == | ||
|
||
# Disable all updates Plugin | ||
|
||
`wp-disable-all-updates` plugin completely and for real disables all WordPress updates & | ||
|
||
+ Supports [Bedrock](https://roots.io/bedrock) `WordPress` installs | ||
|
||
## Requirements | ||
|
||
- Requires WP at least: `4.5` | ||
- Tested up to WP: `6.0` | ||
- Requires PHP: `7.1` | ||
|
||
## Install & Activate plugin | ||
|
||
### Composer (Bedrock Install) | ||
|
||
`composer require andriilive/wp-disable-all-updates` at root | ||
|
||
### ZIP Upload | ||
|
||
1. Download `wp-disable-all-updates.zip` from [here](https://github.com/andriilive/wp-disable-all-updates/archive/refs/tags/0.1.0.zip) | ||
2. Login to Wordpress Admin Dashboard | ||
2. Navigate to `Plugins` > `Add new` | ||
3. Press `Upload Plugin` and chose `wp-disable-all-updates.zip` | ||
2. `Activate` the plugin through the `Plugins` menu in WordPress | ||
|
||
### FTP | ||
|
||
1. Upload folder `wp-disable-all-updates` to the `/wp-content/plugins/` directory | ||
2. Activate the plugin through the 'Plugins' menu in WordPress | ||
|
||
Disable All WP Updates by Thomas Griffin plugin |
Oops, something went wrong.