WP Reset – Most Advanced WordPress Reset Tool

Descriere

WP Reset quickly resets the site’s database to the default installation values without modifying any files. It deletes all customizations and content, or just chosen parts like theme settings. WordPress Reset is fast and safe to use thanks to the built-in snapshots which provide 1-click restore functionality. 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 & debugging by providing a quick way to reset settings and re-test code. It’s the only WP development tool for non-developers that enables advanced reset.

For support please use the official forum, and if you need more information visit wpreset.com and be sure to check out the roadmap for the list of upcoming features.

Access WP Reset admin page via the „Tools” menu.

Please read carefully before proceeding to understand what WP Reset does, and remember to always create a snapshot

Resetarea va șterge:

  • toate articolele, paginile, tipurile de articol personalizat, comentariile, intrările media, utilizatorii
  • toate tabelele bazei de date WP implicite
  • all custom database tables that have the same prefix table prefix as the one defined in wp-config.php and used by default tables

Resetarea nu va șterge sau modifica:

  • fișiere media – vor rămâne neatinse în dosarul wp-uploads, dar nu vor mai fi afișate în Media în administrare
  • niciun fișier nu este atins; modulele, temele, încărcările – toate rămân
  • titlul site-ului, adresa WordPress, adresa site-ului, limba site-ului și setările de vizibilitate pentru motoarele de căutare
  • utilizatorul autentificat acum va fi restaurat cu numele de utilizator și parola actuale

Ce se întâmplă când dau clic pe butonul Resetează?

  • remember to always create a snapshot first or a full backup
  • va trebui să confirmi acțiunea încă o dată pentru că nu există NICIO ANULARE
  • totul va fi resetat; vezi bulinele de mai sus pentru detalii
  • vor fi restaurate titlul site-ului, adresa WordPress, adresa site-ului, limba site-ului, vizibilitatea pentru motoarele de căutare precum și utilizatorul actual
  • vei fi dezautentificat, autentificat automat și direcționat la panoul de control
  • WP Reset plugin will be reactivated if that option is chosen in the post-reset options

Undoing a reset

Before doing a reset, create a snapshot. The button is located right next to the reset button and it takes less than 10 seconds to create a snapshot. After reset is done, if you need to undo it simply restore the snapshot and that’s it.

WP-CLI support

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 always make a snapshot or backup first.

Currently supported WP-CLI commands:

  • wp reset reset
  • wp reset version
  • wp reset delete
  • wp reset snapshots

Database Snapshots

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.
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.
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.

Multisite (WP-MU) Support

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.

Partial Reset Tools

  • Delete transients – deletes all transient related database entries. Including expired and non-expired transients, and orphaned timeout entries.
  • Delete uploads – delete all files and folder in the /uploads/ folder.
  • Delete plugins – deletes all plugins except WP Reset which remains active.
  • Reset theme options – resets all options for all themes that use the WP theme mods API.
  • Delete themes – deletes all themes.
  • Empty or delete custom tables – empties (truncates) or deletes (drops) all custom database tables.
  • Delete .htaccess file – deletes the .htaccess file. If you need to edit .htaccess without FTP use our free WP Htaccess Editor plugin.

GDPR compatibility

We are not lawyers. Please do not take any of the following as legal advice.
WP Reset does not track, collect or process any user data on the front end. Nothing is logged or pushed to any 3rd parties. We also don’t use any 3rd party services or CDNs. All actions are performed in the admin and started exclusively on users’ request. If you opt to activate your PRO license in the plugin, some data will be shared with WebFactory Ltd; that’s clearly noted below the license activation form. Based on that, we feel it’s GDPR compatible, but again, please, don’t take this as legal advice.

Friends who helped us translate WP Reset

If you’re having problems with SSL or HTTPS try our free WP Force SSL plugin. It’s a great plugin to enable SSL or install SSL.

Capturi ecran

  • WP Reset - main reset page
  • All reset actions have to be confirmed
  • Additional tools for resetting and deleting various WordPress objects
  • Database Snapshots enable 1-click restoring and testing
  • Use our 1-click backup feature before running any reset tools

Instalare

Urmează rutina obișnuită;

  1. Deschide administrarea WordPress, du-te la Module, dă clic pe Adaugă modul nou
  2. Introdu „wp reset” în căutare și apasă Enter
  3. Plugin will show up as the first on the list (look for our black&red round logo), click „Install Now”
  4. Activează și deschide pagina setări a modulului localizată în meniul Unelte

Sau dacă este necesar, încarcă manual;

  1. Download the latest stable version from from downloads.wordpress.org/plugin/wp-reset.latest-stable.zip
  2. Dezarhivează-l și încarcă-l în /wp-content/plugins/
  3. Deschide administrarea WordPress – Module și dă clic pe „Activează” lângă „WP Reset”
  4. Open plugin’s admin page located under the Tools menu

Întrebări frecvente

Does WP Reset make backups?

Automatically no, it does not. But we have „download backup” links besides every tool in the plugin so make sure you download a backup before running them. Backups only contain the database, no files!

Cum mă autentific după resetare?

Folosește același nume de utilizator și aceeași parolă pe care le-ai utilizat în timpul resetării. Numai un singur utilizator va fi restaurat după resetare. Cel pe care l-ai folosit atunci.

Will any files be deleted or modified when I reset the site?

No. All files are left untouched if you do a full reset. However, there are tool like „delete themes” that do delete files.

Va trebui să reconfigurez wp-config.php?

Cu siguranță nu. Nu este necesară nicio reconfigurare. Niciun fișier nu este modificat.

Do you support WP-CLI?

We sure do! Just type „wp reset” in your shell to see the list of available commands and options.

How long does it take for the reset operation to complete?

On most installations a second or two. If you have a huge amounts of data in tables then up to ten seconds.

How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.

Recenzii

Citește toate cele 899 de recenzii

Contributori și dezvoltatori

„WP Reset – Most Advanced WordPress Reset Tool” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

„WP Reset – Most Advanced WordPress Reset Tool” a fost tradus în 19 locale. Mulțumim traducătorilor pentru contribuția lor.

Tradu „WP Reset – Most Advanced WordPress Reset Tool” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

v2.01

  • 2024/04/16
  • Completely unnecessary update we were forced to do

v2.00

  • 2024/03/25
  • More secure snapshot export filename

v1.99

  • 2024/03/13
  • PHP 8.2 compatibility fix

v1.98

  • 2023/09/24
  • RTL GUI fix

v1.97

  • 2023/01/10
  • minor GUI changes
  • new prices

v1.96

  • 2022/11/18
  • security fixes

v1.95

  • 2022/01/06
  • security fixes
  • fixed a CLI bug
  • added ad for our WP Force SSL plugin

v1.93

  • 2021/08/01
  • reactivate plugins fix

v1.92

  • 2021/07/28
  • more fixes for the password issue when resetting on WP 5.8

v1.91

  • 2021/07/24
  • fixed password issue when resetting on WP 5.8

v1.90

  • 2021/06/01
  • security fixes
  • cleaned up unused code

v1.86

  • 2021/02/20
  • fixed a small but nasty translation bug that prevented some users from resetting

v1.85

  • 2021/01/30
  • code clean-up

v1.84

  • 2021/01/21
  • added quick links button
  • fixed some tooltips
  • removed support for WP Webhooks

v1.82

  • 2020/10/27
  • removed auto activation for PRO version

v1.81

  • 2020/10/07
  • started adding better tooltips to all objects
  • added promo campaign for WP 301 Redirects

v1.80

  • 2020/04/17
  • new tool: Purge Cache
  • new tool: Delete Local Data
  • fixed „Delete all plugins” tool
  • other minor bug fixes
  • started selling WP Reset PRO
  • 200,000 installs hit on 2020-03-07 with 1,560,000 downloads

v1.77

  • 2019/12/25
  • minor bug fixes

v1.75

  • 2019/11/12
  • bug fixes
  • more GUI improvements
  • updates for WP v5.3
  • removed the 1-click backup tool in favor of snapshots – less confusing & same end result
  • two huge bug fixes thanks to @markwill
  • 1,241,470 downloads

v1.70

  • 2019/09/27
  • bug fixes
  • completely new GUI
  • added .htaccess file to protect snapshots and backups folder
  • added 1-click backup feature

v1.65

  • 2019/07/15
  • bug fixes

v1.60

  • 2019/04/15
  • bug fixes
  • new tool: Reset theme options
  • added Product Hunt banner
  • added actions (hooks) to all tools and snapshot actions; all action names start with „wp-reset-„
  • removed features survey
  • announced plugin & theme collections

v1.55

  • 2019/03/25
  • 100k users hit on 2019/01/15 with 560,300 downloads; 34 days for +10k & 71k downloads
  • bug fixes
  • support for WP Webhooks
  • added features survey

v1.50

  • 2019/01/08
  • new tool: delete .htaccess file
  • new WP-CLI command: wp reset delete htaccess
  • 90k users hit on 2018/12/12 with 489,100 downloads; 27 days for +10k & 58k downloads

v1.45

  • 2018/11/27
  • new tool: truncate or drop custom DB tables
  • truncate / drop tables tool added to WP-CLI
  • all snapshot tools added to WP-CLI
  • 80k users hit on 2018/11/15 with 430,800 downloads; 30 days for +10k & 57k downloads

v1.40

  • 2018/10/24
  • new tool: DB Snapshots
  • rewrote code documentation for most functions
  • some parts of Snapshots need refactoring
  • 70k users hit on 2018/10/16 with 373,300 downloads; 30 days for +10k & 50k downloads

v1.35

  • 2018/09/18
  • sponsorship by IP Geolocation
  • 60k users hit on 2018/09/16 with 323,300 downloads; 35 days for +10k
  • added all tools to WP-CLI
  • new tool: delete all files in uploads folder

v1.30

  • 2018/08/27
  • more code clean-up
  • added new reset params to WP-CLI
  • big GUI changes
  • started adding various tools; delete transients, delete all plugins, delete all themes
  • we hit 50,000 installations on 2018/08/11 with 274,000 downloads

v1.25

  • 2018/07/30
  • code clean-up
  • post-reset options – reactivate plugin, themes & WP Reset
  • added WP-MU warning till we make WP Reset fully compatible with it
  • Tidy Repo notice
  • added option to collapse boxes
  • modified rating notice

v1.20

  • 2018/07/09
  • we hit 40k installations on 2018/06/26
  • WP-CLI support via „wp reset” command
  • new logo
  • ask for rating notice
  • GUI improvements
  • code clean up
  • preparations for further development and new features

v1.10

  • 09.05.2018
  • WebFactory a preluat dezvoltarea
  • numeroase corecții de erori și îmbunătățiri
  • 30.000 de instalări; 199.000 de descărcări

v1.0

  • 16.05.2016
  • Versiunea inițială