akismet_request_args, $c, comment-check
akismet_request_args, $c, comment-check
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('akismet_request_args, $c, comment-check') is found 1 times:
- /wp-content/plugins/akismet/class.akismet.php line 1147
if ( self::is_test_mode() ) { $c['is_test'] = 'true'; } $c = apply_filters( 'akismet_request_args', $c, 'comment-check' ); $response = self::http_post( self::build_query( $c ), 'comment-check' ); if ( ! empty( $response[1] ) ) { return $response[1]; }