Get_terms and meta_query not working
-
It’s now not working:
$args = array( ‘hide_empty’ => false, // also retrieve terms which are not used yet ‘meta_query’ => array( array( ‘key’ => ‘feature-group’, ‘value’ => ‘kitchen’, ‘compare’ => ‘LIKE’ ) ) ); $terms = get_terms( ‘house_feature’, $args );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Get_terms and meta_query not working’ is closed to new replies.