Last active
June 30, 2020 04:57
-
-
Save sidouglas/9a80552c19e441e026054ecb5327c470 to your computer and use it in GitHub Desktop.
Delete Transients from WordPress
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_%'); | |
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