Not tested, but if you need a quick and dirty way, you could put a script like this in your WordPress folder and call it each time:
define( 'WP_USE_THEMES', false );
require('wp-blog-header.php');
global $wpdb;
$wpdb->query( "DELETE FROM $wpdb->options WHERE option_name LIKE '%\_transient\_%'" );
Not to be used on a production server.
Related Posts:
- Should I use Transient API to store HTML String, or Object?
- Using a wildcard with delete_transient()
- Fragment caching increasing database queries
- How to purge all transient caches?
- Transient / object cache maximum key length [duplicate]
- Transients are not expiring as expected in simple custom plugin
- How to store or cache custom shopping cart data for every user’s session
- How to decode wordpress transient cache stored in database?
- Hook an action when a transient is deleted ? Can’t get it to work!
- After having installed APC Object Cache Backend transients stopped working
- Should I use transients for these API call results?
- How to create a transient that persists the data for the whole duration of the expiration, even when object cache is enabled?
- W3 total cache – cache refresh programmatically [closed]
- Caching: APC vs APCu vs OPcache
- Best way to show Dynamic Content on a Cached WordPress Site?
- Prevent WordPress from sending Cache-control http header
- Optimize apache for WP use
- Is there any danger in deleting all transients?
- Best practices for using the transients API
- Does a query executed through wpdb class get cached?
- Using transients in conjunction with memcached
- Caching: Force fresh content for logged-in users (potentially by adding a query variable to the URL)
- Multiple WordPress sites eat up alot of RAM
- Storing posts social counters by using transient api
- Should the caching of WordPress menus be specific to each page?
- Writing a cache manifest file for a WordPress blog (app cache, offline web applications)
- How to force content refresh of a page that has been loaded previously by the user? [closed]
- Help Pinpointing Source of Caching Issue
- Can someone explain WordPress caching, and what’s the best in my scenario?
- wp_transients | wp_object_cache VS SESSIONS & Cookies?
- APC object caching in combination Batcache/memcached page caching?
- WordPress caching in development
- What is difference between ‘Page Cache’ and ‘Object Cache’ in WordPress?
- W3 total Cache – Site with query strings
- Get the timout value of a saved transient?
- Programmatically insert hierarchical terms & set terms for post causes glitch? [duplicate]
- Getting soft 404 errors (200 status) when caching plugins are enabled
- How to totally disable cache in WordPress?
- W3 Total Cache plugin integration
- Transient API and caching Plugins
- How to cache posts based on $_GET? Option name is too long? Options / transients
- server load. $_SERVER[‘REMOTE_ADDR’] and $_SERVER[‘HTTP_HOST’] [closed]
- Execute a piece of code also when the cached version of a page is served
- Method to make definitively static an abandoned WP blog
- pass-protected pages and posts not protected after enter them 1 time
- Can a WordPress blog be entirely hosted on a CDN if cached?
- Static HTML page caching for large website [closed]
- Transient feeds and caching error
- To have WordPress interact with memcached it must be installed as a PHP extension?
- WordPress caching issue
- WP Super Cache Bug with Ubermenu
- Problem with caching, W3TC [closed]
- Reasonable Size Limit to options entry
- Is the object cached?
- How to find time last viewed?
- WP Rocket Cache Lifespan – Never clear cache? [closed]
- How to cache a different page version based on HTTP header?
- Live website is not showing the changes I’ve made [closed]
- Accelerate and clean up WordPress [closed]
- WebHostingBuzz cache statement
- Files cached as CSS or PHP?
- How can I permanently cache or “archive” a WP blog without needing future maintenance
- A bunch of unrelated wordpress using same memcached don’t store correctly their datas
- RSS: fetch_feed caching with different caching delay per feed?
- How to be sure to get last page version without ANY cache?
- Is there a limit to size of data stored in update_option()?
- Last-Modified header support doesnât speed up server processing – want more
- HIgh CPU usage – Will using cache plugins help
- Browser cache for dynamic content (list of tags)
- How to specify expiration of cacheable resources? [closed]
- How do I serve fully cached full HTML on cloudfront
- w3 total cache – Object Caching 2165/2469 objects? [closed]
- Get user name and caching system
- Changing WP Object Caching during runtime
- Save large WP_Query to transient === false
- Woocommerce – how to round up all prices to end in .99
- dynamic page not displaying correctly when Varnish hosting ignores query string parameters
- What do I do if my WordPress site is suddenly sanitizing portions of URLs it shouldn’t?
- Check the stored / cached WP_Query with transients on post change
- WordPress mobile version is not responsive anymore after installing varnish
- Admin area is caching posts in the editor
- WordPress varnish pages printed twice
- Feed cache fallback – A feed could not be found
- WordPress Userroles button getting cached
- custom php file inside my custom folder of plugins directory is not caching
- How to let users clear their posts cache with WP Super Cache?
- Having 4000 posts, my site is so slow
- Super cache caches mobile pages for desktop
- cache reset button and question about deleting cache
- Cleared wp-cache and file is still not updated [closed]
- Bluehost WebHost and performance problems with W3TC [closed]
- get_theme_mod returning cached values regardless of apache restart
- Caching with dynamic content
- After Migration, Warning: include_once() errors on all pages
- Levels of caching and impact on the WordPress web site
- CSS changes not taking effect [closed]
- What is the best way to cache pages and queries in WordPress?
- How I define max cache time to Google Fonts installed on my site
- Keeping Objects in Memory
- How can I wordpress cache a database request with no existing plugin?