Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Photographer Query

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'photographer',
		'value'   => '"' . get_the_ID() . '"',
		'compare' => 'LIKE',
	),
);