Description
Make a POST request to the Akismet API.
Occurrences
Filename | Line Number |
---|---|
wp-content/plugins/akismet/class.akismet.php | 1376 |
Parameters
Type | Name | Description |
---|---|---|
string | $request | The body of the request. |
string | $path | The path for the request. |
string | $ip | The specific IP address to hit. |
PHP Doc
/**
* Make a POST request to the Akismet API.
*
* @param string $request The body of the request.
* @param string $path The path for the request.
* @param string $ip The specific IP address to hit.
* @return array A two-member array consisting of the headers and the response body, both empty in the case of a failure.
*/