WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about media_upload_mime_type_links

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/media.php apply_filters 2796 /**
* Filters the media upload mime type list items.
*
* Returned values should begin with an `
  • ` tag.
    *
    * @since 3.1.0
    *
    * @param string[] $type_links An array of list items containing mime type link HTML.
    */
  • Hook Parameters

    Parameter Type Name Description
    string[] $type_links An array of list items containing mime type link HTML.