Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created December 19, 2014 18:53
Show Gist options
  • Save bhubbard/c4f99c23bc18b62fe17b to your computer and use it in GitHub Desktop.
Save bhubbard/c4f99c23bc18b62fe17b to your computer and use it in GitHub Desktop.
Check for Simple Real Estate Pack Shortcodes
SELECT ID FROM wp_posts WHERE post_content LIKE '%[schoolsearch%';
SELECT ID FROM wp_posts WHERE post_content LIKE '%[mortgage%';
SELECT ID FROM wp_posts WHERE post_content LIKE '%[srpmap%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment