meat query order
$meta_query = array( array( 'key' => 'business_type', 'value' => 'fashion', 'compare' => 'IN', ), array( 'key' => 'location', 'value' => 'sleaford', 'compare' => '=', ), );
$meta_query = array( array( 'key' => 'business_type', 'value' => 'fashion', 'compare' => 'IN', ), array( 'key' => 'location', 'value' => 'sleaford', 'compare' => '=', ), );