Skip to content

Instantly share code, notes, and snippets.

Created March 15, 2017 21:57
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 anonymous/ce26006dc80f35367910b10023ba4374 to your computer and use it in GitHub Desktop.
Save anonymous/ce26006dc80f35367910b10023ba4374 to your computer and use it in GitHub Desktop.
example query
SELECT * FROM `wp_options` WHERE option_name LIKE '_transient%' AND option_name LIKE '%1__%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment