wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_mime_type_icon › WordPress Filter Hooks

Seit2.1.0
Veraltetn/v
apply_filters( 'wp_mime_type_icon', $icon, $mime, $post_id )
Parameter: (3)
  • () icon Path to the mime type icon.
    Erforderlich: Ja
  • () mime Mime type.
    Erforderlich: Ja
  • () post_id Attachment ID. Will equal 0 if the function passed the mime type.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the mime type icon.





Quellcode

return apply_filters( 'wp_mime_type_icon', $icon, $mime, $post_id );