Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

subuser parent meta

$meta_query = array(
	array(
		'key'     => 'dok_sub_account_parent_id',
		'value'   => '23',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);