Descrição
Aviso: se você deseja limpar seu banco de dados e excluir ítens órfãos, use nosso plugin Advanced Database Cleaner em vez deste
‘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)
- Faça uma nova instalação sem precisar passar pela instalação de 5 minutos do WordPress
- 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)
- Exclui todas as personalizações feitas ao banco de dados por plugins e temas
- Exclui todo o conteúdo incluindo posts, páginas, opções, menus, 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
- Mantém o nome do blog após redefinir
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.
Suporte a Multisite
- The plugin does not support Multisite installation for now. We will add compatibility as soon as possible.
Imagens de tela
Instalação
Esta seção descreve como instalar o plugin e fazê-lo funcionar.
Instalação em site único
- Após extrair, envie o plugin para o seu diretório
/wp-content/plugins/
- Vá ao “Painel” » “Plugins” e escolha ‘Ativar’
- A página do plugin pode cer acessada aravés do “Painel” » “Ferramentas” » “Advanced WP Reset”
FAQ
-
O que significa “redefinir meu banco de dados”?
-
Esta opção irá redefinir o banco de dados do seu WordPress de volta ao seu status original, como se você tivesse feito uma nova instalação. Quer dizer, uma instalação simples sem qualquer conteúdo ou personalização.
-
É seguro redefinir o meu banco de dados?
-
Sim, é seguro desde que você não tenha nenhum conteúdo importante a perder. Se houverem quaisquer problemas nós lhe daremos suporte 🙂
-
Algum arquivo será excluído após redefinir?
-
Não. Todos os arquivos são mantidos como estão. O plugin não exclui ou modifica qualquer dos seus arquivos.
-
Algum plugin ou tema será excluído após redefinir?
-
Não. Todos os seus plugins e temas serão mantidos. Entretanto, você irá quaisquer configurações destes plugins/temas existentes no banco de dados.
-
Este plugin é compatível com multisite?
-
Não, ele não é compatível com multisite. Iremos tentar corrigir esta compatibilidade assim que possível.
-
Este plugin é compatível com SharDB, HyperDB ou Multi-DB?
-
Por enquanto este plugin não deve ser compatível com SharDB, HyperDB ou Multi-DB.
Avaliações
Colaboradores e desenvolvedores
“Advanced WordPress Reset” é um software com código aberto. As seguintes pessoas contribuíram para este plugin.
Colaboradores“Advanced WordPress Reset” foi traduzido para 12 localizações. Agradecemos aos tradutores por suas contribuições.
Traduzir “Advanced WordPress Reset” para o seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, dê uma olhada no repositório SVN ou assine o registro de desenvolvimento via RSS.
Registro de alterações
1.7 – 11/04/2023
- Fix: admin user was not properly recreated in some cases, this has been fixed
- Tweak: enhancing the JS and CSS codes little bit
- Tweak: you are now logged in directly after the reset
- Security: improving the plugin’s security
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
- Ajuste: melhorando o código JavaScript
- Ajuste: agora estamos usando o SweetAlert para todas as caixas pop-up
- Ajuste: melhorando alguns blocos de código
- Testado com o WordPress 5.5
1.1.0
- Algumas alterações no estilo do CSS
- Alterado um texto direto para _e() para localização
- Teste o plugin com o WP 5.1
1.0.1
- O plugin agora é reativado após redefinir
- Adicionada mensagem “Redefinido com Sucesso”
1.0.0
- Primeiro lançamento: Olá mundo!