Skip to content

Instantly share code, notes, and snippets.

@sidouglas
Last active June 30, 2020 04:57
Show Gist options
  • Save sidouglas/9a80552c19e441e026054ecb5327c470 to your computer and use it in GitHub Desktop.
Save sidouglas/9a80552c19e441e026054ecb5327c470 to your computer and use it in GitHub Desktop.
Delete Transients from WordPress
DELETE FROM `wp_options` WHERE `option_name` LIKE ('%_transient_%');
DELETE FROM `wp_options` WHERE `option_name` LIKE ('%_site_transient_%');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment