Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

userty

$meta_query = array(
	array(
		'key'     => '_sb_user_type',
		'value'   => 'true',
		'compare' => '=',
	),
);