Skip to content

Instantly share code, notes, and snippets.

@thierrypigot
Last active August 2, 2023 14:24
Show Gist options
  • Save thierrypigot/9d73a5ec1de24415e19290be31ccc23d to your computer and use it in GitHub Desktop.
Save thierrypigot/9d73a5ec1de24415e19290be31ccc23d to your computer and use it in GitHub Desktop.
SELECT *
FROM wp_posts
WHERE post_title = "Mon titre d'article"
AND post_status = 'publish'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment