Definition:
function akismet_stats_display() {}
Source code
function akismet_stats_display() { global $akismet_api_host, $akismet_api_port, $wpcom_api_key; $blog = urlencode( get_bloginfo('url') ); $url = 'http://'; if ( is_ssl() ) $url = 'https://'; $url .= 'akismet.com/web/1.0/user-stats.php'; $url .= "?blog={$blog}&api_key=" . akismet_get_key();
499
No comments yet... Be the first to leave a reply!