WP_Meta_Query Generator April 23, 2020 Public Willy Arisky Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone get country $meta_query = array( array( 'key' => 'country', 'value' => 'Indonesia', 'compare' => 'LIKE', 'type' => 'CHAR', ), );