Created
August 16, 2016 18:11
-
-
Save fgilio/274d0491b8226c69d6747de4dc828d1b to your computer and use it in GitHub Desktop.
WordPress - Deletes all Transients
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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