| 2628 | | * @param array $wp_check_filetype_and_ext File data array containing 'ext', 'type', and |
| 2629 | | * 'proper_filename' keys. |
| 2630 | | * @param string $file Full path to the file. |
| 2631 | | * @param string $filename The name of the file (may differ from $file due to |
| 2632 | | * $file being in a tmp directory). |
| 2633 | | * @param array $mimes Key is the file extension with value as the mime type. |
| | 2629 | * @param array $wp_check_filetype_and_ext File data array containing 'ext', 'type', and |
| | 2630 | * 'proper_filename' keys. |
| | 2631 | * @param string $file Full path to the file. |
| | 2632 | * @param string $filename The name of the file (may differ from $file due to |
| | 2633 | * $file being in a tmp directory). |
| | 2634 | * @param array $mimes Key is the file extension with value as the mime type. |
| | 2635 | * @param string|bool $real_mime The actual mime type or false if the type cannot be determined. |