CRM meta 1
$meta_query = array( 'relation' => 'AND', array( 'key' => 'quote_status', 'value' => 'P', 'compare' => '=', ), array( 'key' => 'quote_type', 'value' => 'McLeod Quick Quote', 'compare' => '=', ), array( 'key' => 'assigned_ae', 'value' => '3', 'compare' => '=', ), );