WP_Meta_Query Generator October 22, 2021 Public Brenda Durham Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone meta2 $meta_query = array( array( 'key' => 'prospect_status', 'value' => 'Archived', 'compare' => 'NOT IN', ), );