WP_Meta_Query Generator September 30, 2022 Public John Boland Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone Grant Status Query $meta_query = array( array( 'key' => 'grant_status', 'value' => 'Awaiting Receipt', 'type' => 'CHAR', ), );