$item):
$icon = $item['icon'];
$page = $item['link_option'];
$page_select = $item[ 'page_select' ];
$ext_url = $item[ 'link' ];
if( $page == 'page' ){
$mount_link = get_page_link( $page_select );
}else{
$mount_link = $ext_url['url'];
$target = $ext_url['is_external'] ? ' target="_blank"' : '';
$nofollow = $ext_url['nofollow'] ? ' rel="nofollow"' : '';
}
?>