WP_Meta_Query Generator August 25, 2017 Public Gurkan Kara Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone order status $meta_query = array( array( 'key' => 'order_status', 'value' => 'prepared', 'compare' => '=', 'type' => 'CHAR', ), );