Skip to content

Instantly share code, notes, and snippets.

@Nolwennig
Last active February 27, 2019 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nolwennig/1c74bbdf287b181d03b70864099a8c11 to your computer and use it in GitHub Desktop.
Save Nolwennig/1c74bbdf287b181d03b70864099a8c11 to your computer and use it in GitHub Desktop.
Wordpress - find external links
SELECT guid, post_title, post_content
FROM `posts`
WHERE post_type = 'post'
AND post_content LIKE '%href%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment