Filter hook 'akismet_ua'

in WP Core File wp-content/plugins/akismet/class.akismet.php at line 1376

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.
	 */