kisukedeath

Global tags wordpress

May 30th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1.     $taxonomy_array = array( 'post_tag', 'article_tags', 'special_edition_tag', 'topic_tags' );
  2.  
  3.     $args = array(
  4.         'hide_empty' => 0
  5.     );
  6.  
  7.     $global_tags = get_terms( $taxonomy_array, $args );
  8.  
  9.     var_dump($global_tags);
Advertisement
Add Comment
Please, Sign In to add comment