Descripción
Auto refresh and auto reload WordPress pages after any number of minutes.
This is a very simple and easy plugin that has no effect on any WordPress functionality except to refresh the page after a given interval if the user or visitor is not active on the website.
This is a particularly useful plugin if you have a problem with nonces and need to refresh them.
Simply enter the number of minutes between reloads and magic starts.
You must know
As long as users/visitors move on the site, take any action, write, read, scroll, the page will not refresh. The only refresh that happens is if the site is completely abandoned or opened in a new tab.
Instalación
- Go to
WP-Admin->Plugins->Add new
, search term “Auto Refresh” and click on the “install” button - OR, upload autorefresh.zip to
/wp-content/plugins
directory via WordPress admin panel or upload unzipped folder to your plugins folder via FTP - Activate the plugin through the “Plugins” menu in WordPress
- Go to
Settings->Auto Refresh
to update options
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce "Easy Auto Reload – WordPress Auto Refresh" 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.0.5=
* Added support for the browsers with no JavaScript
* Improved
=1.0.4=
* Added support for the WordPress version 6.0
=1.0.3=
* Adding WP admin cache
=1.0.2=
* Fixed plugin initialization
* Added translations
* Fixed PHP bugs
=1.0.1=
* Added browser cache cleaning
* Fixed seconds instead of minutes
=1.0.0=
* First stable version