PluginProbe
WP Reset / 1.55
WP Reset v1.55
trunk 1.0 1.1 1.11 1.20 1.25 1.30 1.35 1.40 1.45 1.50 1.55 1.60 1.65 1.70 1.75 1.77 1.80 1.81 1.82 1.83 1.84 1.85 1.86 1.90 All 42 releases
wp-reset / readme.txt

readme.txt in WP Reset 1.55, at readme.txt

197 lines 9.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === WP Reset - Best WordPress Reset Plugin ===
2 Tags: wordpress reset, reset wordpress, reset database, reset wordpress database, reset, restart wordpress, clean wordpress, default wp, default wordpress, reset wp, wp reset, developer, wp-cli, webhooks
3 Contributors: WebFactory, wpreset, googlemapswidget, securityninja, underconstructionpage
4 Requires at least: 4.0
5 Requires PHP: 5.2
6 Tested up to: 5.1
7 Stable tag: 1.55
8 License: GPLv2 or later
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
11 WordPress Reset resets any WordPress site to the default values without modifying any files. It deletes all customizations and content. Safe to use.
12
13 == Description ==
14
15 <a href="https://wpreset.com/?utm_source=wordpressorg&utm_medium=content&utm_campaign=wp-reset&utm_term=wp-reset-top">WP Reset</a> quickly resets the site's database to the default installation values without modifying any files. It deletes all customizations and content. WP Reset is fast and safe to use. It has multiple fail-safe mechanisms so you can never accidentally lose data. WP Reset is extremely helpful for plugin and theme developers. It **speeds up testing and debugging** by providing a quick way to reset settings and re-test code. It was developed by developers for developers.
16
17 https://youtu.be/qMnkCW2PFoI?rel=0
18
19 For support please use the <a href="https://wordpress.org/support/plugin/wp-reset">forums</a>, and if you need more information visit <a href="https://wpreset.com/?utm_source=wordpressorg&utm_medium=content&utm_campaign=wp-reset&utm_term=wpreset.com">wpreset.com</a> and be sure to check out the <a href="https://wpreset.com/roadmap/?utm_source=wordpressorg&utm_medium=content&utm_campaign=wp-reset&utm_term=roadmap">roadmap</a> for the list of upcoming features.
20
21 Access WP Reset admin page via the "Tools" menu.
22
23 WP Reset is fully integrated with <a href="https://wordpress.org/plugins/wp-webhooks/">WP Webhooks</a> plugin - a secure, universal system that connects WP to any 3rd party systems and enables you to initiate actions both from WPs end (for instance start a MailChimp campaign once a new user registers), and from any other application (create a new user in WP when a purchase is made on a 3rd party system). View more <a href="https://underconstructionpage.com/wp-webhooks-connect-integrate-wordpress/" target="_blank">practical use-cases</a> that save hours of repetitive work.
24
25
26 **Please read carefully before proceeding to understand what WP Reset does**
27
28 #### Resetting will delete:
29
30 * all posts, pages, custom post types, comments, media entries, users
31 * all default WP database tables
32 * all custom database tables that have the same prefix table prefix as the one defined in _wp-config.php_ and used by default tables
33
34 #### Resetting will not delete or modify:
35
36 * media files - they remain in the _wp-uploads_ folder untouched but will no longer be listed under Media in admin
37 * no files are touched; plugins, themes, uploads - everything stays
38 * site title, WordPress address, site address, site language and search engine visibility settings
39 * currently logged in user will be restored with the current username and password
40
41 #### What happens when I click the Reset button?
42
43 * you will have to confirm the action one more time because there is NO UNDO
44 * everything will be reset; see bullets above for details
45 * site title, WordPress address, site address, site language, search engine visibility settings as well as the current user will be restored
46 * you will be logged out, automatically logged in and taken to the admin dashboard
47 * WP Reset plugin will be reactivated if that option is chosen in the post-reset options
48
49 #### WP-CLI support
50
51 WP Reset comes with full WP-CLI support. Help on our WP-CLI commands is available via _wp help reset_. By default the commands have to be confirmed but you can use the `--yes` option to skip confirmation. Instead of the active user, the first user with admin privileges found in the database will be restored after reset. Please be careful when using WP Reset with WP-CLI - as with using the GUI there is no undo.
52
53 #### Database Snapshots
54
55 Database snapshot is a copy of all WP database tables, standard and custom ones, saved in the currently used database (as set by _wp-config.php_). Files are not saved or included in snapshots in any way.
56 Snapshots are primarily a development tool. Although they can be used for backups (and downloaded as gzipped SQL dumps), we suggest finding a more suitable tool for doing backups of live sites. Use snapshots to find out what changes a plugin made to your database - what custom tables were created, modified, deleted or what changes were made to site's settings. Or use it to quickly restore the development environment after testing database related changes.
57 Restoring a snapshot does not affect other snapshots, or WP Reset settings. Snapshots can be compared to current database tables, restored (by overwriting current tables), exported ad gzipped SQL dumps, or deleted. Creating a snapshot on an average WordPress installation takes 1-2 seconds.
58
59 https://youtu.be/xBfMmS12vMY?rel=0
60
61 #### Multisite (WP-MU) Support
62
63 WP Reset has yet to be completely tested with multisite! Please be careful when using it with multisite enabled. We don't recommend to resetting the main site. Sub-sites should be OK. We're working on making WP Reset fully compatible with WP-MU. Till then please be careful. Thank you for understanding.
64
65 #### Partial Reset Tools
66
67 * Delete transients - deletes all transient related database entries. Including expired and non-expired transients, and orphaned timeout entries.
68 * Delete uploads - delete all files and folder in the /uploads/ folder.
69 * Delete plugins - deletes all plugins except WP Reset which remains active.
70 * Delete themes - deletes all themes.
71 * Empty or delete custom tables - empties (truncates) or deletes (drops) all custom database tables.
72 * Delete .htaccess file - deletes the .htaccess file. If you need to edit .htaccess without FTP use our free <a href="https://wordpress.org/plugins/wp-htaccess-editor/">WP Htaccess Editor</a> plugin.
73
74
75 #### Friends who helped us translate WP Reset
76
77 * French - <a href="https://www.infrenchtranslation.com/">Jeff Inho</a>
78
79
80 == Installation ==
81
82 Follow the usual routine;
83
84 1. Open WordPress admin, go to Plugins, click Add New
85 2. Enter "wp reset" in search and hit Enter
86 3. Plugin will show up as the first on the list (look for our black&red round logo), click "Install Now"
87 4. Activate & open plugin's settings page located under the Tools menu
88
89 Or if needed, upload manually;
90
91 1. Download the latest stable version from from <a href="https://downloads.wordpress.org/plugin/wp-reset.latest-stable.zip">downloads.wordpress.org/plugin/wp-reset.latest-stable.zip</a>
92 2. Unzip it and upload to _/wp-content/plugins/_
93 3. Open WordPress admin - Plugins and click "Activate" next to "WP Reset"
94 4. Open plugin's admin page located under the Tools menu
95
96
97 == Screenshots ==
98
99 1. WP Reset admin page
100 2. Reset action has to be double-confirmed
101 3. Additional tools for resetting and deleting various WordPress objects
102
103 == Changelog ==
104
105 = v1.55 =
106 * 2019/03/25
107 * 100k users hit on 2019/01/15 with 560,300 downloads; 34 days for +10k & 71k downloads
108 * bug fixes
109 * support for WP Webhooks
110 * added features survey
111
112 = v1.50 =
113 * 2019/01/08
114 * new tool: delete .htaccess file
115 * new WP-CLI command: wp reset delete htaccess
116 * 90k users hit on 2018/12/12 with 489,100 downloads; 27 days for +10k & 58k downloads
117
118 = v1.45 =
119 * 2018/11/27
120 * new tool: truncate or drop custom DB tables
121 * truncate / drop tables tool added to WP-CLI
122 * all snapshot tools added to WP-CLI
123 * 80k users hit on 2018/11/15 with 430,800 downloads; 30 days for +10k & 57k downloads
124
125 = v1.40 =
126 * 2018/10/24
127 * new tool: DB Snapshots
128 * rewrote code documentation for most functions
129 * some parts of Snapshots need refactoring
130 * 70k users hit on 2018/10/16 with 373,300 downloads; 30 days for +10k & 50k downloads
131
132 = v1.35 =
133 * 2018/09/18
134 * sponsorship by IP Geolocation
135 * 60k users hit on 2018/09/16 with 323,300 downloads; 35 days for +10k
136 * added all tools to WP-CLI
137 * new tool: delete all files in uploads folder
138
139 = v1.30 =
140 * 2018/08/27
141 * more code clean-up
142 * added new reset params to WP-CLI
143 * big GUI changes
144 * started adding various tools; delete transients, delete all plugins, delete all themes
145 * we hit 50,000 installations on 2018/08/11 with 274,000 downloads
146
147 = v1.25 =
148 * 2018/07/30
149 * code clean-up
150 * post-reset options - reactivate plugin, themes & WP Reset
151 * added WP-MU warning till we make WP Reset fully compatible with it
152 * Tidy Repo notice
153 * added option to collapse boxes
154 * modified rating notice
155
156 = v1.20 =
157 * 2018/07/09
158 * we hit 40k installations on 2018/06/26
159 * WP-CLI support via "wp reset" command
160 * new logo
161 * ask for rating notice
162 * GUI improvements
163 * code clean up
164 * preparations for further development and new features
165
166 = v1.10 =
167 * 2018/05/09
168 * WebFactory took over development
169 * numerous bug fixes and improvements
170 * 30,000 installations; 199,000 downloads
171
172 = v1.0 =
173 * 2016/05/16
174 * Initial release
175
176 == Frequently Asked Questions ==
177
178 = How can I log in after resetting? =
179
180 Use the same username and password you used while doing the reset. Only one user will be restored after resetting. The one you used at that time.
181
182 = Will any files be deleted or modified? =
183
184 No. All files are left untouched.
185
186 = Will I have to reconfigure wp-config.php? =
187
188 Absolutely not. No reconfiguration is needed. No files are modified.
189
190 = Do you support WP-CLI? =
191
192 We sure do! Just type "wp reset" in your shell to see the list of available commands and options.
193
194 = How long does it take for the reset operation to complete? =
195
196 On most installations a second or two. If you have a huge amounts of data in tables then up to ten seconds.
197