Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@n8finch
Created March 20, 2017 13:05
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 n8finch/1015a8dd9603d02d33a492b1bb253ab5 to your computer and use it in GitHub Desktop.
Save n8finch/1015a8dd9603d02d33a492b1bb253ab5 to your computer and use it in GitHub Desktop.
simp SQL select
SELECT object_id, term_taxonomy_id
FROM wp_term_relationships
WHERE term_taxonomy_id = 9;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment