WP_Meta_Query Generator May 12, 2017 Public Ash Hitchcock Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone is priavte $meta_query = array( array( 'key' => 'is_private', 'value' => '1', 'compare' => '=', ), );