Skip to content

Instantly share code, notes, and snippets.

@fgilio
Created August 16, 2016 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fgilio/274d0491b8226c69d6747de4dc828d1b to your computer and use it in GitHub Desktop.
Save fgilio/274d0491b8226c69d6747de4dc828d1b to your computer and use it in GitHub Desktop.
WordPress - Deletes all Transients
DELETE FROM `wp_options` WHERE `option_name` LIKE ('%\_transient\_%')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment