Filter hook 'akismet_spam_count_incr'

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

Description

Filter the data that is used to generate the request body for the API call.

Occurrences

Filename Line Number
wp-content/plugins/akismet/class.akismet.php 367
wp-content/plugins/akismet/class.akismet.php 1321

Parameters

Type Name Description
array $comment An array of request data.
string $endpoint The API endpoint being requested.

PHP Doc

/**
		 * Filter the data that is used to generate the request body for the API call.
		 *
		 * @since 5.3.1
		 *
		 * @param array $comment An array of request data.
		 * @param string $endpoint The API endpoint being requested.
		 */