WP_Meta_Query Generator May 9, 2021 Public Ronni Celler Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone status_not_away $meta_query = array( array( 'key' => 'status', 'value' => 'away', 'compare' => '!=', 'type' => 'CHAR', ), );