Action hook 'akismet_submit_nonspam_comment'
in WP Core File wp-content/plugins/akismet/class.akismet.php at line 1049
Description
Log an event for a given comment, storing it in comment_meta.
Occurrences
Filename |
Line Number |
wp-content/plugins/akismet/class.akismet.php |
1049 |
Parameters
Type |
Name |
Description |
int |
$comment_id |
The ID of the relevant comment. |
string |
$message |
The string description of the event. No longer used. |
string |
$event |
The event code. |
array |
$meta |
Metadata about the history entry. e.g., the user that reported or changed the status of a given comment. |
PHP Doc
/**
* Log an event for a given comment, storing it in comment_meta.
*
* @param int $comment_id The ID of the relevant comment.
* @param string $message The string description of the event. No longer used.
* @param string $event The event code.
* @param array $meta Metadata about the history entry. e.g., the user that reported or changed the status of a given comment.
*/