code for vcf
unknown
plain_text
3 years ago
208 B
9
Indexable
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' );
Editor is loading...