Summery Summery
Filters whether to short-circuit moving the uploaded file after passing all checks.
Syntax Syntax
Description Description
If a non-null value is returned from the filter, moving the file and any related error reporting will be completely skipped.
Parameters Parameters
- $move_new_file
-
If null (default) move the file after the upload.
- $file
-
An array of data for a single file.
- $new_file
-
Filename of the newly-uploaded file.
- $type
-
Mime type of the newly-uploaded file.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |