akismet_comment_check_response, $response
akismet_comment_check_response, $response
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('akismet_comment_check_response, $response') is found 1 times:
- /wp-content/plugins/akismet/class.akismet.php line 544
$comment = apply_filters( 'akismet_request_args', $comment, 'comment-check' ); $response = self::http_post( self::build_query( $comment ), 'comment-check' ); do_action( 'akismet_comment_check_response', $response ); $commentdata['comment_as_submitted'] = array_intersect_key( $comment, self::$comment_as_submitted_allowed_keys ); // Also include any form fields we inject into the comment form, like ak_js foreach ( $_POST as $key => $value ) { if ( is_string( $value ) && strpos( $key, 'ak_' ) === 0 ) {