WP_Meta_Query Generator April 27, 2017 Public Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone content_video_exists $meta_query = array( 'relation' => 'AND', array( 'key' => 'content_%_video', 'compare' => 'EXISTS', ), );