W3cubDocs

/WordPress

apply_filters( "{$action}_prefilter", string[] $file )

Filters the data for a file before it is uploaded to WordPress.

Description

The dynamic portion of the hook name, $action, refers to the post action.

Parameters

$file

(string[]) An array of data for a single file.

Source

File: wp-admin/includes/file.php

View on Trac

Changelog

Version Description
4.0.0 Converted to a dynamic hook with $action.
2.9.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/action_prefilter