Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $taxonomy_array = array( 'post_tag', 'article_tags', 'special_edition_tag', 'topic_tags' );
- $args = array(
- 'hide_empty' => 0
- );
- $global_tags = get_terms( $taxonomy_array, $args );
- var_dump($global_tags);
Advertisement
Add Comment
Please, Sign In to add comment