Skip to content

Instantly share code, notes, and snippets.

@gabeshaughnessy
Created July 16, 2014 02:08
Show Gist options
  • Save gabeshaughnessy/50259729ad2a9d4616d3 to your computer and use it in GitHub Desktop.
Save gabeshaughnessy/50259729ad2a9d4616d3 to your computer and use it in GitHub Desktop.
Delete all the transients from the options table
<?php
global $wpdb;
$wpdb->query("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