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

Filters the data array for the uploaded file.


Description Description


Parameters Parameters

$upload

(array) Array of upload data.

  • 'file'
    (string) Filename of the newly-uploaded file.
  • 'url'
    (string) URL of the uploaded file.
  • 'type'
    (string) File type.

$context

(string) The type of upload action. Values include 'upload' or 'sideload'.


Top ↑

Source Source

File: wp-admin/includes/file.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.