Created
December 19, 2014 22:52
-
-
Save bhubbard/2a517176ba2a3396c9b4 to your computer and use it in GitHub Desktop.
Check for MLS Calculator and MLS Rates shortcode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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