Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

movies_appeared_in

$meta_query = array(
	array(
		'key'     => 'cast_per_role_%_actor',
		'value'   => 'meta_value',
		'compare' => 'LIKE',
	),
);