Guest User

Untitled

a guest
Nov 18th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $post_tags = wp_get_object_terms( $post_ids, 'post_tag' );
  2.  
  3. wp_filter_object_list( $post_tags, array('slug' => 'cat', 'slug' => 'dog), 'or' );
Add Comment
Please, Sign In to add comment