Orijinal aksimet ve worpdress ile gelen modül aynı, sadece 1 iframe var, o da istatistik gösterme ile ilgili:
function akismet_stats_display() {
global $akismet_api_host, $akismet_api_port, $wpcom_api_key;
$blog = urlencode( get_option('home') );
$url = "http://".akismet_get_key().".web.akismet.com/1.0/user-stats.php?blog={$blog}";
?>
<div class="wrap">
<iframe src="<?php echo $url; ?>" width="100%" height="100%" frameborder="0" id="akismet-stats-frame"></iframe>
</div>
<?php
}