download_url_error_max_body_size WordPress Filter Hook
The download_url_error_max_body_size hook is used to modify the maximum body size for download URLs.
apply_filters( 'download_url_error_max_body_size', int $size ) #
Filters the maximum error response body size in download_url()
.
Description
See also
Parameters
- $size
(int)The maximum error response body size. Default 1 KB.
Source
Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |