Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created December 19, 2014 19:40
Show Gist options
  • Save bhubbard/cb5a025d2e04cabd0c3a to your computer and use it in GitHub Desktop.
Save bhubbard/cb5a025d2e04cabd0c3a to your computer and use it in GitHub Desktop.
Search wordpress db for walkscore shortcode
SELECT ID FROM wp_posts WHERE post_content LIKE '%[walk-score-map%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment