post_type; if ( empty( $post_type ) ) return false; $taxonomies = get_object_taxonomies( $post_type ); if ( empty( $taxonomy ) ) $taxonomy = get_query_var( 'taxonomy' ); return in_array( $taxonomy, $taxonomies ); }