download_url_error_max_body_size
最后更新于:2021-11-26 08:19:16
apply_filters( ‘download_url_error_max_body_size’, int $size )
Filters the maximum error response body size in download_url()
.
参数
- $size
-
(int)
The maximum error response body size. Default 1 KB.
源文件
文件: gc-admin/includes/file.php
View on Trac