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

173 lines 8.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
3 Contributors: WebFactory, wpreset, googlemapswidget, securityninja, underconstructionpage
4 Requires at least: 4.0
5 Requires PHP: 5.2
6 Tested up to: 4.9
7 Stable tag: 1.40
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 proudly sponsored by <a target="_blank" href="https://ipgeolocation.io/">IP Geolocation</a>, a **premium GeoIP service for developers**. See how you can use their <a href="https://wpreset.com/geoip-transform-boring-data-better-user-experience/">GeoIP service</a> to make boring IP addresses more interesting for users. They offer <a href="https://ipgeolocation.io/signup">50,000 API requests a month FREE for developers</a>, and keep WP Reset updated & maintained.
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
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
69 Delete uploads - delete all files and folder in the /uploads/ folder.
70
71 Delete plugins - deletes all plugins except WP Reset which remains active.
72
73 Delete themes - deletes all themes.
74
75
76
77 == Installation ==
78
79 Follow the usual routine;
80
81 1. Open WordPress admin, go to Plugins, click Add New
82 2. Enter "wp reset" in search and hit Enter
83 3. Plugin will show up as the first on the list (look for our black&red round logo), click "Install Now"
84 4. Activate & open plugin's settings page located under the Tools menu
85
86 Or if needed, upload manually;
87
88 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>
89 2. Unzip it and upload to _/wp-content/plugins/_
90 3. Open WordPress admin - Plugins and click "Activate" next to "WP Reset"
91 4. Open plugin's admin page located under the Tools menu
92
93
94 == Screenshots ==
95
96 1. WP Reset admin page
97 2. Reset action has to be double-confirmed
98 3. Additional tools for resetting and deleting various WordPress objects
99
100 == Changelog ==
101 = v1.40 =
102 * 2018/10/24
103 * new tool: DB Snapshots
104 * rewrote code documentation for most functions
105 * some parts of Snapshots need refactoring
106 * 70k users hit on 2018/10/16 with 373,300 downloads; 30 days for +10k & 50k downloads
107
108 = v1.35 =
109 * 2018/09/18
110 * WP Reset is proudly sponsored by <a href="https://ipgeolocation.io/">IP Geolocation</a>
111 * 60k users hit on 2018/09/16 with 323,300 downloads; 35 days for +10k
112 * added all tools to WP-CLI
113 * new tool: delete all files in uploads folder
114
115 = v1.30 =
116 * 2018/08/27
117 * more code clean-up
118 * added new reset params to WP-CLI
119 * big GUI changes
120 * started adding various tools; delete transients, delete all plugins, delete all themes
121 * we hit 50,000 installations on 2018/08/11 with 274,000 downloads
122
123 = v1.25 =
124 * 2018/07/30
125 * code clean-up
126 * post-reset options - reactivate plugin, themes & WP Reset
127 * added WP-MU warning till we make WP Reset fully compatible with it
128 * Tidy Repo notice
129 * added option to collapse boxes
130 * modified rating notice
131
132 = v1.20 =
133 * 2018/07/09
134 * we hit 40k installations on 2018/06/26
135 * WP-CLI support via "wp reset" command
136 * new logo
137 * ask for rating notice
138 * GUI improvements
139 * code clean up
140 * preparations for further development and new features
141
142 = v1.10 =
143 * 2018/05/09
144 * WebFactory took over development
145 * numerous bug fixes and improvements
146 * 30,000 installations; 199,000 downloads
147
148 = v1.0 =
149 * 2016/05/16
150 * Initial release
151
152 == Frequently Asked Questions ==
153
154 = How can I log in after resetting? =
155
156 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.
157
158 = Will any files be deleted or modified? =
159
160 No. All files are left untouched.
161
162 = Will I have to reconfigure wp-config.php? =
163
164 Absolutely not. No reconfiguration is needed. No files are modified.
165
166 = Do you support WP-CLI? =
167
168 We sure do! Just type "wp reset" in your shell to see the list of available commands and options.
169
170 = How long does it take for the reset operation to complete? =
171
172 On most installations a second or two. If you have a huge amounts of data in tables then up to ten seconds.
173