Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Account Status User

meta query per account_status = inactive

$meta_query = array(
	array(
		'key'     => 'account_status',
		'value'   => 'inactive',
		'compare' => '=',
		'type'    => 'CHAR',
	),
);