Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

MetaKeyValue

$meta_query = array(
	array(
		'key'     => 'menu_item_type',
		'value'   => 'device',
	),
);