code for vcf
unknown
plain_text
a year ago
208 B
3
Indexable
Never
function _thz_enable_vcard_upload( $mime_types ){ $mime_types['vcf'] = 'text/vcard'; $mime_types['vcard'] = 'text/vcard'; return $mime_types; } add_filter('upload_mimes', '_thz_enable_vcard_upload' );