wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



download_url_error_max_body_size › WordPress Filter Hooks

Seit5.1.0
Veraltetn/v
apply_filters( 'download_url_error_max_body_size', KB_IN_BYTES )
Parameter:
  • (int) $size The maximum error response body size. Default 1 KB.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the maximum error response body size in `download_url()`.



Ähnliche Funktionen: download_url, wp_max_upload_size


Ähnliche Hooks:

Quellcode

$response_size = apply_filters( 'download_url_error_max_body_size', KB_IN_BYTES );