get_post_mime_type [ WordPress Function ]
get_post_mime_type ( $ID = '' )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_post_mime_types, get_post_type, get_post_types, get_post_meta, get_available_post_mime_types
Retrieve the mime type of an attachment based on the ID.
This function can be used with any post type, but it makes more sense with attachments.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/get post mime type « WordPress Codex
Description. Retrieve the mime type of an attachment based on the ID. This function can be used with any Post Type, but it makes more sense with Attachments.
codex.wordpress.org - Function Reference 2.0.x « WordPress Codex
... author's preferred display name; get_post_mime_type($ID = "") - takes a post ID, returns its MIME type; wp_insert_post($postarr=array()) - A generic function ...
codex.wordpress.org - get_post_mime_type (WordPress Function) - WPSeek.com
WordPress lookup for get_post_mime_type, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com - get_post_mime_type | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_post_mime_type($ID = '') {}. Retrieve the mime type of an attachment based on the ID. This function can be used with any post type ...
hitchhackerguide.com