wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



pre_http_send_through_proxy › WordPress Filter Hooks

Da3.5.0
Deprecaton/a
apply_filters( 'pre_http_send_through_proxy', null, $uri, $check, $home )
Parametri: (4)
  • (bool|null) $override Whether to send the request through the proxy. Default null.
    Richiesto:
  • (string) $uri URL of the request.
    Richiesto:
  • (array) $check Associative array result of parsing the request URL with `parse_url()`.
    Richiesto:
  • (array) $home Associative array result of parsing the site URL with `parse_url()`.
    Richiesto:
Definito a:
Codex:

Filters whether to preempt sending the request through the proxy.

Returning false will bypass the proxy; returning true will send the request through the proxy. Returning null bypasses the filter.



Funzioni correlate: wp_http_supports, _http_build_query


Sorgenti

$result = apply_filters( 'pre_http_send_through_proxy', null, $uri, $check, $home );