Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $args = array(
- 'name' => 'countries'
- 'name' => 'genres'
- );
- $operator = 'and';
- $taxonomies=get_taxonomies($args, $operator);
- if ($taxonomies) {
- foreach ($taxonomies as $taxonomy ) {
- echo '<p>' . $taxonomy->name . '</p>';
- }
Advertisement
Add Comment
Please, Sign In to add comment