Guest User

Untitled

a guest
Jan 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?
  2. $taxonomies = get_object_taxonomies($post->post_type);
  3. foreach ($taxonomies as $tax) {
  4. $get_terms = wp_get_object_terms($post->ID, $tax);
  5. }
  6. ?>
Add Comment
Please, Sign In to add comment