Top Google Search Results
- WordPress › Support » Bug Report: post_mime_types
I hope so, because I think I've found a bug in the handling of post_mime_types with certain legitimate file MIMEs. The problem only becomes apparent when ... - WordPress › Support » post_mime_types Filter
HI,. I'm trying to add a tab to the Media library (like the standard Images, Audio and Video ones), for Google Maps KML files, using the post_mime_types filter. - WordPress Media Plugin Tutorial 1: Custom media tabs ...
May 29, 2008 ... WordPress uses an array called $post_mime_types to store all of the ... The array that is stored in the new $post_mime_types entry holds the ... - Improve Your Media Library's Drill-downNot Related | Not Related
Mar 13, 2011 ... function modify_post_mime_types($post_mime_types) { $post_mime_types[' application/pdf'] = array( __('PDFs'), __('Manage PDFs'), ...