apply_filters( 'wp_upload_bits', mixed $upload_bits_error )
Filters whether to treat the upload bits as an error.
Description
Passing a non-array to the filter will effectively short-circuit preparing the upload bits, returning that value instead.
Parameters
- $upload_bits_error
-
An array of upload bits data, or a non-array error to return.
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |