Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

WNYC

$meta_query = array(
	'relation' => 'OR',
	array(
		'key'     => 'WNYC_ID',
		'value'   => '123456',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);