WP_Meta_Query Generator August 18, 2021 Public Lazaros Markopoulos Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone lazostest $meta_query = array( 'relation' => 'AND', array( 'key' => 'name', 'value' => 'value', 'compare' => 'IN', ), );