From the WP Install that doesn’t have Akismet ACTIVE (although it is INACTIVE) in the list of plugins — sorry for the error in the initial post…….
[servername]$ pwd
/home/username/test.cliffpaulick.com/1
[servername]$ grep -R akismet_http_post *
wp-content/plugins/grunion-contact-form/grunion-contact-form.php: $response = akismet_http_post( $query_string, $akismet_api_host, ‘/1.1/comment-check’, $akismet_api_port );
wp-content/plugins/grunion-contact-form/grunion-contact-form.php: $response = akismet_http_post( $query_string, $akismet_api_host, ‘/1.1/submit-‘.$as, $akismet_api_port );
wp-content/plugins/grunion-contact-form/grunion-contact-form.php: if ( function_exists( ‘akismet_http_post’ ) )
wp-content/plugins/si-contact-form/si-contact-form-process.php: if($si_contact_opt[‘message_type’] != ‘not_available’ && $message != ” && function_exists(‘akismet_http_post’) && get_option(‘wordpress_api_key’) ){
wp-content/plugins/si-contact-form/si-contact-form-process.php: $response = akismet_http_post($query_string, $akismet_api_host, ‘/1.1/comment-check’, $akismet_api_port);
wp-content/plugins/si-contact-form/si-contact-form-process.php: } // end if(function_exists(‘akismet_http_post’)){
wp-content/plugins/akismet/admin.php: $response = akismet_http_post($query_string, $akismet_api_host, “/1.1/submit-ham”, $akismet_api_port);
wp-content/plugins/akismet/admin.php: $response = akismet_http_post($query_string, $akismet_api_host, “/1.1/submit-spam”, $akismet_api_port);
wp-content/plugins/akismet/admin.php: $response = akismet_http_post($query_string, $akismet_api_host, ‘/1.1/comment-check’, $akismet_api_port);
wp-content/plugins/akismet/akismet.php: $response = akismet_http_post(“key=$key&blog=$blog”, ‘rest.akismet.com’, ‘/1.1/verify-key’, $akismet_api_port, $ip);
wp-content/plugins/akismet/akismet.php:function akismet_http_post($request, $host, $path, $port = 80, $ip=null) {
wp-content/plugins/akismet/akismet.php: $response = akismet_http_post($query_string, $akismet_api_host, ‘/1.1/comment-check’, $akismet_api_port);
wp-content/plugins/akismet/akismet.php: $response = akismet_http_post($query_string, $akismet_api_host, ‘/1.1/comment-check’, $akismet_api_port);
[servername]$