Answers for "can I delete transients"

SQL
0

remove transient options sql wordpress

DELETE FROM `wp_options` WHERE `option_name` LIKE ('%_transient_%')
Posted by: Guest on May-22-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language