Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

course_id_meta_comaprison

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'course_id',
		'value'   => '60',
		'compare' => '=',
	),
);