Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

user meta strike / credits

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'credit',
		'compare' => 'EXISTS',
	),
	array(
		'key'     => 'strike',
		'compare' => 'EXISTS',
	),
);