Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

age group to

$meta_query = array(
	array(
		'key'     => 'age_group_to',
		'value'   => '$ageMax',
		'compare' => '>=',
	),
);