Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created December 19, 2014 22:52
Show Gist options
  • Save bhubbard/2a517176ba2a3396c9b4 to your computer and use it in GitHub Desktop.
Save bhubbard/2a517176ba2a3396c9b4 to your computer and use it in GitHub Desktop.
Check for MLS Calculator and MLS Rates shortcode
SELECT ID FROM wp_posts WHERE post_content LIKE '%[mlcalc%';
SELECT ID FROM wp_posts WHERE post_content LIKE '%[mlrates%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment