apply_filters( 'wp_handle_upload', array $upload, string $context )

Filters the data array for the uploaded file.


Parameters

$upload

Array of upload data.<br>

  • 'file'
    (string) Filename of the newly-uploaded file.<br>
  • 'url'
    (string) URL of the newly-uploaded file.<br>
  • 'type'
    (string) Mime type of the newly-uploaded file.<br>

$context

The type of upload action. Values include 'upload' or 'sideload'.


Source

File: wp-admin/includes/file.php

View on GitHub


Changelog

Changelog
Version Description
2.1.0 Introduced.