Created
December 19, 2014 18:53
-
-
Save bhubbard/c4f99c23bc18b62fe17b to your computer and use it in GitHub Desktop.
Check for Simple Real Estate Pack Shortcodes
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 '%[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