Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/file.php | apply_filters | 1176 | /** * Filters the maximum error response body size in `download_url()`. * * @since 5.1.0 * * @see download_url() * * @param int $size The maximum error response body size. Default 1 KB. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $size | The maximum error response body size. Default 1 KB. |