Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Force Transient Refresh

Beschrijving

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

Installatie

  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.

FAQ

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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Force Transient Refresh” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Force Transient Refresh” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.1

  • Plugin Released