Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Loans Shortcode

Loans shortcode meta query

$meta_query = array(
	'relation' => 'AND',
	array(
		'key'     => 'uc',
		'value'   => 'false',
		'compare' => '=',
	),
	array(
		'key'     => 'credit_history',
		'value'   => 'false',
		'compare' => '=',
	),
);