Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

flight board query

$board_query = array(
	array(
		'taxonomy'         => 'flight_board',
		'terms'            => '$board',
		'field'            => 'term_id',
		'include_children' => false,
	),
);