WP_Meta_Query Generator January 9, 2017 Public Jay Zambrano Permalink Embed Code Or, embed this snippet using GenerateWP WordPress Plugin. Download Clone custom_field_query $meta_query = array( array( 'key' => 'compra_venta_confirmed', 'compare' => '=', 'type' => 'NUMERIC', ), );