wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_safe_remote_post › WordPress Function
Since3.6.0
Deprecatedn/a
› wp_safe_remote_post ( $url, $args = array() )
Parameters: (2) |
|
See: |
|
Returns: |
|
Defined at: |
|
Codex: |
Retrieve the raw response from a safe HTTP request using the POST method.
This function is ideal when the HTTP request is being made to an arbitrary URL. The URL is validated to avoid redirection and request forgery attacks.Related Functions: wp_safe_remote_get, wp_remote_post, wp_safe_remote_request, wp_safe_remote_head, wp_insert_post