apply_filters( 'wp_upload_bits', mixed $upload_bits_error )

Filters whether to treat the upload bits as an error.


Description Description

Passing a non-array to the filter will effectively short-circuit preparing the upload bits, returning that value instead.


Parameters Parameters

$upload_bits_error

(mixed) An array of upload bits data, or a non-array error to return.


Top ↑

Source Source

File: wp-includes/functions.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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