-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
55 lines (37 loc) · 1.41 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
46
47
48
49
50
51
52
53
54
55
=== Plugin Name ===
Contributors: littlemonks, mehulkaklotar, utkarshpatel
Tags: wp clean, database, db, clean, cleaner
Requires at least: 4.0
Tested up to: 4.4.1
Stable tag: 2.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A wordpress cleaner plugin to help find and remove orphan, duplicate and missing data.
== Description ==
A wordpress cleaner plugin to help find and remove orphan, duplicate and missing data.
= Contributing to WP DB Cleaner =
If you have a patch, or stumbled upon an issue with WP DB Cleaner, you can contribute this back to the code. Submit your pull request or issue on [Github wp-db-cleaner](https://github.com/mehulkaklotar/wp-db-cleaner)
== Screenshots ==
1. Orphan data view
2. Duplicate data view
== Changelog ==
= 2.0.1 =
* Fix fatal error on view
= 2.0 =
* WP_CLI support added
* Fixed delete query issue on orphan data
= 1.0 =
* Initial release
== Installation ==
= From your WordPress dashboard =
1. Visit 'Plugins > Add New'
2. Search for 'WP DB Cleaner'
3. Activate WP DB Cleaner from your Plugins page.
4. Go to WordPress Tools menu -> WP DB Clean.
= From WordPress.org =
1. Download WP DB Cleaner.
2. Upload the 'wp-db-cleaner' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
3. Activate WP DB Cleaner from your Plugins page.
4. Go to WordPress Tools menu -> WP DB Clean.
== Upgrade Notice ==
None.