Forums
Forums / Plugin: Attachments / Attachment Type
(@krunalshah1402)
12 years, 8 months ago
Hello, there are only few attachment type are shown, is there any way to display custom types, like “PDF”, “XLS” etc. Or in different way , is there any way to display mime types too..?
Thanks in advance
http://ww.wp.xz.cn/plugins/attachments/
Hello guys , solved by own
just put it like $mime = wp_check_filetype(wp_get_attachment_url($attachments->id()) ;
$mime = wp_check_filetype(wp_get_attachment_url($attachments->id()) ;
enjoy
The topic ‘Attachment Type’ is closed to new replies.