wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_safe_remote_head › WordPress Function
Since3.6.0
Deprecatedn/a
› wp_safe_remote_head ( $url, $args = array() )
Parameters: (2) |
|
Links: | |
See: |
|
Returns: |
|
Defined at: |
|
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).Related Functions: wp_safe_remote_get, wp_remote_head, wp_safe_remote_post, wp_safe_remote_request, wp_remote_get