Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

PFX – ACF – Writers in a post

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'author_of_post',
		'value'   => '2062',
	),
);