akismet_request_args, $comment, submit-spam
akismet_request_args, $comment, submit-spam
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('akismet_request_args, $comment, submit-spam') is found 1 times:
- /wp-content/plugins/akismet/class.akismet.php line 1339
} $comment['comment_check_response'] = self::last_comment_check_response( $comment_id ); $comment = apply_filters( 'akismet_request_args', $comment, 'submit-spam' ); $response = self::http_post( self::build_query( $comment ), 'submit-spam' ); update_comment_meta( $comment_id, 'akismet_user_result', 'true' ); if ( $comment['reporter'] ) {