wp_safe_remote_post


wp_safe_remote_post ( $url, $args = array() )

Parameters:
  • (string) url URL to retrieve.
  • (array) args Optional. Request arguments. Default empty array. See WP_Http::request() for information on accepted arguments.
See:
Returns:
  • (array|WP_Error) The response or WP_Error on failure.
Defined at:

Description

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_delete_post

Top Google Results

User discussions

wpseek mobile