PluginProbe
WP Reset / 1.65
WP Reset v1.65
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.65, at readme.txt

211 lines 10.1 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 database, reset wordpress database, reset, advanced wordpress reset, restart wordpress, clean wordpress, default wordpress, reset wp, wp reset, developer, wp-cli
3 Contributors: WebFactory, wpreset, googlemapswidget, underconstructionpage
4 Requires at least: 4.0
5 Requires PHP: 5.2
6 Tested up to: 5.2
7 Stable tag: 1.65
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 * Reset theme options - resets all options for all themes that use the WP theme mods API.
71 * Delete themes - deletes all themes.
72 * Empty or delete custom tables - empties (truncates) or deletes (drops) all custom database tables.
73 * 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.
74
75
76 #### Friends who helped us translate WP Reset
77
78 * French - <a href="https://www.infrenchtranslation.com/">Jeff Inho</a>
79
80
81 == Installation ==
82
83 Follow the usual routine;
84
85 1. Open WordPress admin, go to Plugins, click Add New
86 2. Enter "wp reset" in search and hit Enter
87 3. Plugin will show up as the first on the list (look for our black&red round logo), click "Install Now"
88 4. Activate & open plugin's settings page located under the Tools menu
89
90 Or if needed, upload manually;
91
92 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>
93 2. Unzip it and upload to _/wp-content/plugins/_
94 3. Open WordPress admin - Plugins and click "Activate" next to "WP Reset"
95 4. Open plugin's admin page located under the Tools menu
96
97
98 == Screenshots ==
99
100 1. WP Reset admin page
101 2. Reset action has to be double-confirmed
102 3. Additional tools for resetting and deleting various WordPress objects
103
104 == Changelog ==
105
106 = v1.65 =
107 * 2019/07/15
108 * bug fixes
109
110 = v1.60 =
111 * 2019/04/15
112 * bug fixes
113 * new tool: Reset theme options
114 * added Product Hunt banner
115 * added actions (hooks) to all tools and snapshot actions; all action names start with "wp-reset-"
116 * removed features survey
117 * announced plugin & theme collections
118
119 = v1.55 =
120 * 2019/03/25
121 * 100k users hit on 2019/01/15 with 560,300 downloads; 34 days for +10k & 71k downloads
122 * bug fixes
123 * support for WP Webhooks
124 * added features survey
125
126 = v1.50 =
127 * 2019/01/08
128 * new tool: delete .htaccess file
129 * new WP-CLI command: wp reset delete htaccess
130 * 90k users hit on 2018/12/12 with 489,100 downloads; 27 days for +10k & 58k downloads
131
132 = v1.45 =
133 * 2018/11/27
134 * new tool: truncate or drop custom DB tables
135 * truncate / drop tables tool added to WP-CLI
136 * all snapshot tools added to WP-CLI
137 * 80k users hit on 2018/11/15 with 430,800 downloads; 30 days for +10k & 57k downloads
138
139 = v1.40 =
140 * 2018/10/24
141 * new tool: DB Snapshots
142 * rewrote code documentation for most functions
143 * some parts of Snapshots need refactoring
144 * 70k users hit on 2018/10/16 with 373,300 downloads; 30 days for +10k & 50k downloads
145
146 = v1.35 =
147 * 2018/09/18
148 * sponsorship by IP Geolocation
149 * 60k users hit on 2018/09/16 with 323,300 downloads; 35 days for +10k
150 * added all tools to WP-CLI
151 * new tool: delete all files in uploads folder
152
153 = v1.30 =
154 * 2018/08/27
155 * more code clean-up
156 * added new reset params to WP-CLI
157 * big GUI changes
158 * started adding various tools; delete transients, delete all plugins, delete all themes
159 * we hit 50,000 installations on 2018/08/11 with 274,000 downloads
160
161 = v1.25 =
162 * 2018/07/30
163 * code clean-up
164 * post-reset options - reactivate plugin, themes & WP Reset
165 * added WP-MU warning till we make WP Reset fully compatible with it
166 * Tidy Repo notice
167 * added option to collapse boxes
168 * modified rating notice
169
170 = v1.20 =
171 * 2018/07/09
172 * we hit 40k installations on 2018/06/26
173 * WP-CLI support via "wp reset" command
174 * new logo
175 * ask for rating notice
176 * GUI improvements
177 * code clean up
178 * preparations for further development and new features
179
180 = v1.10 =
181 * 2018/05/09
182 * WebFactory took over development
183 * numerous bug fixes and improvements
184 * 30,000 installations; 199,000 downloads
185
186 = v1.0 =
187 * 2016/05/16
188 * Initial release
189
190 == Frequently Asked Questions ==
191
192 = How can I log in after resetting? =
193
194 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.
195
196 = Will any files be deleted or modified? =
197
198 No. All files are left untouched.
199
200 = Will I have to reconfigure wp-config.php? =
201
202 Absolutely not. No reconfiguration is needed. No files are modified.
203
204 = Do you support WP-CLI? =
205
206 We sure do! Just type "wp reset" in your shell to see the list of available commands and options.
207
208 = How long does it take for the reset operation to complete? =
209
210 On most installations a second or two. If you have a huge amounts of data in tables then up to ten seconds.
211