-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
46 lines (28 loc) · 1.37 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
=== CBX Plugin Restart, ReSleep and DD ===
Contributors: codeboxr, manchumahara
Tags: plugin,dev,development
Requires at least: 3.0.1
Tested up to: 5.2.3
Stable tag: 1.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Single click plugin restart(Deactivate and Activate), resleep(Activate and Deactivate) and DD(Deactivate and Delete)
== Description ==
This plugin adds new links to plugin action links in wordpress admin plugin listing.
Single click plugin restart(Deactivate and Activate), resleep(Activate and Deactivate) and DD(Deactivate and Delete)
For any help/support please [contact us](https://codeboxr.com/contact-us/)
**Features**
- Single Click plugin Restart (Deactivate and Activate)
- Single Click plugin Resleep (Activate and deactivate)
- Single Click plugin DD (Deactivate and Delete)
- Nonce security check
- WordPress core capability check for 'activate_plugins', 'deactivate_plugins' and 'delete_plugins' using 'current_user_can'
== Installation ==
- WordPress plugin dir has a very good article about how to install or manage plugin install which is best and we suggest to [follow that](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins)
- This plugin can be install like any other wordpress plugin.
== Screenshots ==
== Changelog ==
= 1.0.1 =
* [New Features] Added 'Resleep' and 'DD'
= 1.0.0 =
* Initial relesae