Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Force Transient Refresh

Descripción

Have you ever worked with transients and found yourself switching back and forth between your database and your code to make changes? Not anymore!

With Force Transient Refresh, you can clear all transients by adding a query string parameter to whatever URL you are trying to load.

Not for use in production. Should be used when you are developing locally and don’t want to load up your database to clear out transients.

GitHub Repo

Instalación

  1. Upload force-transient-refresh to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Navigate to a page that loads transients and add ?ftr to the URL
  4. Experience the joys of fresh transients.

Preguntas frecuentes

Can I use this in production?

You can, but don’t.

`ftr` is way too short and I hate it. Is there a longer parameter that will trigger the refresh?

Yes- you can also trigger the refresh by adding ?force_transient_refresh to the URL.

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.

Colaboradores

Traduce "Force Transient 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

0.1

  • Plugin Released