function allow_vcf_upload($mimes) {
$mimes['vcf'] = 'text/vcard';
return $mimes;
}
add_filter('upload_mimes', 'allow_vcf_upload');