Definition:
function akismet_stats_display() {}
Source code
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}";
501

February 11, 2011 


No comments yet... Be the first to leave a reply!