agenda items custom fields
$meta_query = array( 'relation' => 'AND', array( 'key' => 'agenda_business', 'value' => 'home', 'compare' => '=', 'type' => 'CHAR', ), array( 'key' => 'agenda_business', 'value' => 'cc', 'compare' => '=', 'type' => 'CHAR', ), array( 'key' => 'agenda_business', 'value' => 'mds', 'compare' => '=', 'type' => 'CHAR', ), array( 'key' => 'agenda_business', 'value' => 'int', 'compare' => '=', 'type' => 'CHAR', ), );