kAldown

taxom

Apr 8th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $args = array(
  2. 'name' => 'countries'
  3. 'name' => 'genres'
  4. );
  5.  
  6. $operator = 'and';
  7. $taxonomies=get_taxonomies($args, $operator);
  8. if ($taxonomies) {
  9. foreach ($taxonomies as $taxonomy ) {
  10. echo '<p>' . $taxonomy->name . '</p>';
  11. }
Advertisement
Add Comment
Please, Sign In to add comment