Skip to content

Instantly share code, notes, and snippets.

@epierpont
Created October 21, 2020 11:21
Show Gist options
  • Save epierpont/7683e32a5bcf5477c794017370bd023a to your computer and use it in GitHub Desktop.
Save epierpont/7683e32a5bcf5477c794017370bd023a to your computer and use it in GitHub Desktop.
WP SQL search for post_content
// Looking for the string of wp:acf/map within WP post content
SELECT * FROM wp_8_posts WHERE post_content LIKE '%wp:acf/map%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment