Advanced WordPress Reset

Beschreibung

Hinweis: Wenn du deine Datenbank bereinigen und von verwaisten Einträgen bereinigen möchtest, benutze stattdessen unser Plugin: Advanced Database Cleaner

‚Advanced WordPress reset‘ plugin will reset and restore your WordPress Database to its first original status in order to make a fresh installation without going through WordPress traditional installation. You can also reset specific items by executing tools such as: clean up the „uploads“ folder, delete all comments, remove all plugins, etc.

This plugin will help you save time especially if you are a developer and you have to install WordPress from scratch every time after testing some plugins/themes.

The plugin provides two main features categories:

Main reset (Reset all)

  • Erhalte eine frische Installation, ohne durch die 5-minütige WordPress-Installation zu gehen
  • Resets the database without deleting or modifying any of your files (all your WordPress, plugins, and themes files are kept as they are without modifying them in any way)
  • Löscht alle vorgenommenen Datenbankanpassungen von Plugins und Themes
  • Löscht alle Inhalte einschließlich Beiträge, Seiten, Optionen, Menüs etc.
  • Detects the Admin user and recreates it with its saved password. If the Admin user does not exist, the current logged in user will be recreated with its current password with wp_user_level 10
  • Behält den Blog-Namen nach dem Zurücksetzen bei

Custom reset tools

  • Clean up ‚uploads‘ folder (/wp-content/uploads) by deleting all its content. This includes images, videos, music, documents, subfolders, etc.
  • Delete all themes (the plugin uses WordPress core functions to delete themes). You have the possibility to keep the currently active theme or delete it as well
  • Delete all plugins (the plugin will deactivate them first then uninstall them using WordPress core functions)
  • Clean up „wp-content“ folder. All files and folders inside ‚/wp-content‘ directory will be deleted, except ‚index.php‘ and the following folders: ‚plugins‘, ‚themes‘, ‚uploads‘ and ‚mu-plugins‘
  • Delete Must-use plugins. All MU plugins in ‚/wp-content/mu-plugins‘ will be deleted. These are plugins that cannot be disabled except by removing their files from the must-use directory
  • Delete „.htaccess“ file. This is a critical WordPress core file used to enable or disable features of websites hosted on Apache. In some cases, you may need to delete it to do some tests
  • Delete all comments. All types of comments will be deleted. Comments meta will also be deleted
  • Delete pending comments. These are the comments that are awaiting moderation
  • Delete spam comments
  • Delete trashed comments. These are comments that you have deleted and sent to the Trash
  • Delete pingbacks. Pingbacks allow you to notify other website owners that you have linked to their article on your website
  • Delete trackbacks. Although there are some minor technical differences, a trackback is basically the same things as a pingback

The use of the plugin is quick, convenient, and safe. It is impossible to accidentally click on the reset buttons without your permission. You are always invited to confirm your actions.

Netzwerk-Unterstützung

  • The plugin does not support Multisite installation for now. We will add compatibility as soon as possible.

Screenshots

  • Reset all - main reset feature
  • Custom reset tools
  • You are invited to confirm the reset for all tools

Installation

In diesem Abschnitt wird beschrieben, wie das Plugin zu installieren ist und wie es zum laufen gebracht werden kann.

Einzelseiten-Installation

  • Lade nach dem Extrahieren das Plugin in dein /wp-content/plugins/-Verzeichnis hoch
  • Gehe zum „Dashboard“ » „Plugins“ und wähle „Aktivieren“
  • Auf die Plugin-Seite kann über „Dashboard“ » „Werkzeuge“ » „Advanced WP Reset“ zugegriffen werden

FAQ

Was bedeutet „meine Datenbank zurückzusetzen“?

Mit dieser Option wird deine WordPress-Datenbank wieder auf ihren ursprünglichen Status zurückgesetzt, genau wie bei einer Neuinstallation. Das bedeutet, eine Neuinstallation ohne Inhalt oder Anpassungen.

Ist es gefährlich die Datenbank zurückzusetzen?

Ja, es ist sicher, wenn du keine wichtigen Inhalte zu verlieren hast. Wenn es irgendwelche Probleme gibt, werden wir dich unterstützen 🙂

Gibt es Dateien, die nach dem Zurücksetzen gelöscht werden?

Nein. Alle Dateien bleiben wie sie sind. Das Plugin löscht oder verändert keine Dateien.

Gibt es Plugins oder Themes, die nach dem Zurücksetzen gelöscht sind?

Nein. Alle deine Plugins und Themes bleiben erhalten. Allerdings verlierst du in der Datenbank alle Einstellungen dieser Plugins/Themes.

Ist dieses Plugin mit Netzwerken kompatibel?

Nein, es ist nicht kompatibel mit dem Netzwerk. Wir werden versuchen, diese Kompatibilität so schnell wie möglich herzustellen.

Ist dieses Plugin mit SharDB, HyperDB oder Multi-DB kompatibel?

Das Plugin ist aktuell nicht dafür gedacht, mit SharDB, HyperDB oder Multi-DB kompatibel zu sein.

Rezensionen

20. März 2023 1 Antwort
It's so easy to use and works so fast that it takes me longer to write this than it took the plugin to reset my website. Efficient and effective. Awesome.
Alle 1.127 Rezensionen lesen

Mitwirkende & Entwickler

„Advanced WordPress Reset“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

„Advanced WordPress Reset“ wurde in 12 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.

Übersetze „Advanced WordPress Reset“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

1.6 – 01/07/2022

  • Security fix: enhancing the security of the plugin by escaping some URLs before outputting them

1.5 – 23/02/2022

  • New: feature to clean up ‚uploads‘ folder
  • New: feature to delete all themes
  • New: feature to delete all plugins
  • New: feature to clean up ‚wp-content‘ folder
  • New: feature to delete MU plugins
  • New: feature to delete the ‚.htaccess‘ file
  • New: feature to delete all comments
  • New: feature to delete pending comments
  • New: feature to delete spam comments
  • New: feature to delete trashed comments
  • New: feature to delete pingbacks
  • New: feature to delete trackbacks
  • Tweak: completely rewriting the JavaScript code
  • Tweak: enhancing the CSS code
  • Tweak: enhancing the PHP code
  • Tested with WordPress 5.9

1.1.1 – 17/09/2020

  • Tweak: enhancing the JavaScript code
  • Tweak: we are now using SweetAlert for all popup boxes
  • Tweak: enhancing some blocks of code
  • Tested with WordPress 5.5

1.1.0

  • Some changes to CSS style
  • Changing a direct text to _e() for localization
  • Test the plugin with WP 5.1

1.0.1

  • Das Plugin ist nun nach dem Zurücksetzen reaktiviert
  • Meldung „Erfolgreich zurückgesetzt“ hinzugefügt

1.0.0

  • Erste Veröffentlichung: Hallo Welt!