Summery Summery
Performs an HTTP request using the POST method and returns its response.
Syntax Syntax
Parameters Parameters
- $url
-
(Required) URL to retrieve.
- $args
-
(Optional) Request arguments.
Default value: array()
Return Return
Source Source
File: wp-includes/http.php
return $http->post( $url, $args ); } /**
Advertisement
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
See also See also
- wp_remote_request(): For more information on the response array format.
- WP_Http::request(): For default arguments information.