WP_Meta_Query Generator December 11, 2022 Public Stephen Feather Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Meta w/o thumbnail $meta_query = array( array( 'key' => 'thumbnail_id', 'value' => '?', 'compare' => 'NOT EXISTS', ), );