Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

business

$meta_query = array(
	array(
		'key'     => '_account-type',
		'value'   => 'business',
		'compare' => '=',
	),
);