Core Rollback

Descripción

Retroceso sin problemas del núcleo de WordPress a la última versión o a cualquier versión obsoleta y segura mediante la API de actualización del núcleo y los métodos de actualización del núcleo. Sólo se ofrece la última versión y las versiones obsoletas y seguras. Ve a https://api.wordpress.org/core/stable-check/1.0/ Logo hecho con un generador de memes. Arte original de Allie Brosh.

Uso

En el menú Herramientas, selecciona Retroceder núcleo, selecciona la versión a la que deseas retroceder en el menú desplegable y haz clic en Retroceder. Se te dirigirá a la página update-core.php donde deberías ver un botón para Reinstalar la versión especificada. Si abandonas la página update-core.php antes de hacer clic en el botón Reinstalar, tendrás 15 segundos para volver y completar el proceso o tendrás que empezar de nuevo.

En multisitio usa el menú de ajustes.

ADVERTENCIA: La desactualización del núcleo de WordPress puede dejar tu sitio en un estado inutilizable que requiera una reinstalación completa o una reinstalación forzada usando WP-CLI, wp core update --force --version=5.5.3. También puede dejar tu sitio roto debido a la incompatibilidad de un plugin o tema. Utilízalo bajo tu propia responsabilidad.

Los retrocesos usan tu idioma actual.

Los RP son bienvenidos.

Capturas

  • Elemento de menú de herramientas
  • Desplegable de la acción «Retroceder núcleo»
  • Botón «Reinstalar ahora» para retroceder

Reseñas

11 de mayo de 2025
My theme was not compatible with the automatically installed WP 6.8 and it let to critical errors on the page. I could still access the admin page to download the plugin and trigger the rollback. Unfortunately, the theme has no support from the developer and probably it is not going to receive a patch for WP 6.8. I followed the re-install steps and everything worked well. Once the installation was finished, I was force-logged out and upon trying to enter the admin area, my password was no longer valid. Small heart attack. (ref. @ndstry had the same issue mentioned in a previous review, it seems there is a hashing logic changed between the versions). Luckily the password reset email was working well and I could reset the admin account. I have also shut down the website (I am hosting it locally with Local) and then the WP version is also shown correctly. Thank you for developing this plugin!
4 de mayo de 2025 1 respuesta
Unable to log into site after rollback to 6.7.2 from 6.8.1. Password reset failed to send e-mails. Host provider e-mailed a temporary password which effected a successful log in. Website is otherwise OK. Was unaware of inherent rollback complications from 6.8 due to core encryption modifications, as I saw no disclaimer in plugin description.
1 de mayo de 2025
Used on 6.8.1 to 6.7.2 rollback – very nice and easy. I’d performed a simple file and folder rollback which worked perfectly but the DashBoard still showed the original WordPress version. Yes, could have fixed that easily (I believe) but this plugin just did what I wanted in about a minute, with the correct rollback version now displayed in the Dashboard, too. Thanks :o)
5 de noviembre de 2024 2 respuestas
I attempted to use it on my test site and it would not rollback to any previous versions. I ended up using another plugin which worked effortlessly.
5 de agosto de 2024 1 respuesta
Thank you so much for making this plugin, very helpful and thank you also for updating it. I used quite a lot and I always had no issue. Thank you for being so great with us.
Leer todas las 13 reseñas

Colaboradores y desarrolladores

«Core Rollback» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

«Core Rollback» está traducido en 11 idiomas. Gracias a los traductores por sus contribuciones.

Traduce «Core Rollback» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.3.7 / 2024-12-02

  • start in init hook
  • add GitHub Action to generate POT

1.3.6 / 2024-11-01

  • elimina load_plugin_textdomain()
  • composer update

1.3.5 / 2023-07-12

  • update rollback choices for PHP version

1.3.4 / 2023-02-07

  • composer update

1.3.3 / 2023-02-05

  • update for PHP 8.1

1.3.2 / 2022-05-10

  • use wp_is_block_theme() for check

1.3.1 / 2022-02-08

  • use sanitize_key() for nonces

1.3.0 / 2022-01-28

  • filter WP versions with significant deprecation notices/errors for newer PHP versions
  • add notice about limiting of rollback options for PHP versions

1.2.4 / 2022-01-14

  • proper nonce verification of settings page
  • remove unneededd version_compare check for notice

1.2.3 / 2022-01-11

  • I suck and so do typos

1.2.2 / 2022-01-11

  • need to use method_exists in check to properly function

1.2.1 / 2022-01-11

  • add function_exists( 'is_block_theme' ) check to avoid fatal

1.2.0 / 2022-01-10

  • add method to return array of block capable WP versions for rollback

1.1.2 / 2022-01-10

  • add notice if currently using block theme, thanks @costdev

1.1.1 / 2021-10-14

  • use sanitize_title_with_dashes() as sanitize_file_name() maybe have attached filter that changes output

1.1.0 / 2021-07-07

  • add @10up GitHub Actions for WordPress SVN

1.0.1 / 2020-12-4

  • fix text-domain in string, thanks Alex

1.0.0 / 2020-11-17

  • initial release to dot org repository
  • add Class Bootstrap to intiate process
  • updated instructions, etc
  • add assets, screenshots, banners, icon
  • add readme.txt and clean up create_admin_page()
  • add warning notice to settings
  • add force-check query arg to redirect to more consistently display the Re-install Now button.
  • limit rollbacks to WP > 4.0, I found some non-recoverable issue in my local testing
  • initial release