Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Created January 28, 2015 23:21
Show Gist options
  • Save bhubbard/f2fc864743a104d6f859 to your computer and use it in GitHub Desktop.
Save bhubbard/f2fc864743a104d6f859 to your computer and use it in GitHub Desktop.
Find all posts with Gravity Forms shortcodes
SELECT ID FROM wp_posts WHERE post_content LIKE '%[gravityform%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment