wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp_safe_remote_head › WordPress Function
Seit3.6.0
Veraltetn/v
› wp_safe_remote_head ( $url, $args = array() )
Parameter: (2) |
|
Links: | |
Siehe: |
|
Gibt zurück: |
|
Definiert in: |
|
Codex: |
Retrieves the raw response from a safe HTTP request using the HEAD method.
This function is ideal when the HTTP request is being made to an arbitrary URL. The URL, and every URL it redirects to, are validated with wp_http_validate_url() to avoid Server Side Request Forgery attacks (SSRF).Ähnliche Funktionen: wp_safe_remote_get, wp_remote_head, wp_safe_remote_post, wp_safe_remote_request, wp_remote_get