WP_Meta_Query Generator October 23, 2018 Public Luca Visciola Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone closed_success NOT EXIST $meta_query = array( 'relation' => 'OR', array( 'key' => 'closed_success', 'compare' => 'NOT EXISTS', ), );