Skip to content

Instantly share code, notes, and snippets.

@boogah
Created January 27, 2014 21:58
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 boogah/8658205 to your computer and use it in GitHub Desktop.
Save boogah/8658205 to your computer and use it in GitHub Desktop.
Scrub NextGEN Gallery cruft from database.
/* Delete NextGEN Gallery Transients */
DELETE FROM wp_options WHERE option_name LIKE ('displayed_galleries%');
DELETE FROM wp_options WHERE option_name LIKE ('displayed_gallery_rendering%');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment