Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

api access

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'OutlookAPIAccess',
		'value'   => '1',
		'compare' => '=',
	),
	array(
		'key'     => 'HomeConnectAPIUsername',
		'value'   => 'sdfsdfsdf',
		'compare' => '=',
	),
	array(
		'key'     => 'HomeConnectAPIKey',
		'value'   => 'sdfsdfsdfs',
		'compare' => '=',
	),
);