Use this little plugin to show the total spams caught by askismet.
wp-content/plugins directorySpamCount, then click ActivateUsage:
if (function_exists(spamcount)) { spamcount(); }
Default output will look like:
10253 Spams caught since Jun 2006
To show just the number use:
if (function_exists(spamcount)) { spamcount(number); }
And to have custom text use:
if (function_exists(spamcount)) { spamcount($text = 'somecustomtext'); }
Which would show as:
10253 somecustomtext Jun 2006
Requires: 2.7.1 or higher
Compatible up to: 3.0.5
Last Updated: 2010-6-13
Downloads: 257
Got something to say? Need help?