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 | 398 |
wp-content/plugins/akismet/class.akismet.php | 1061 |
wp-content/plugins/akismet/class.akismet.php | 1128 |
wp-content/plugins/akismet/class.akismet.php | 1137 |
wp-content/plugins/akismet/class.akismet.php | 1155 |
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.
*/