wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_remote_request › WordPress Function
Since2.7.0
Deprecatedn/a
› wp_remote_request ( $url, $args = array() )
Parameters: (2) |
|
See: |
|
Returns: |
|
Defined at: |
|
Codex: |
Performs an HTTP request and returns its response.
There are other API functions available which abstract away the HTTP method: - Default 'GET' for wp_remote_get() - Default 'POST' for wp_remote_post() - Default 'HEAD' for wp_remote_head()Related Functions: wp_safe_remote_request, wp_remote_get, wp_get_user_request, wp_remote_post, wp_create_user_request