Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

meta

$hoca_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'course_expert',
		'value'   => 'get_the_ID()',
		'compare' => 'BETWEEN',
		'type'    => 'NUMERIC',
	),
);