Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

authors meta query

$meta_query = array(
	array(
		'key'     => 'bu_content_authors',
		'value'   => '$this_author',
	),
);