SpamCount
Heres a tiny plugin that will show the total number of spams caught by askismet since your very first post. You can include it anywhere in your templa …
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5680 days ago
Is SpamCount abandoned?
Possibly abandoned (last update 5680 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Heres a tiny plugin that will show the total number of spams caught by askismet since your very first post. You can include it anywhere in your template.
Un-Installation
- go to the Plugins main menu and find SpamCount, then click Deactivate
- delete the files from your
wp-content/pluginsdirectory
Installation
- upload the contents of the zip file to your
wp-content/pluginsdirectory - go to the Plugins main menu and find
SpamCount, then click Activate
Usage:
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
Frequently Asked Questions
Review feed
Screenshots
Changelog
0.3
- tested and working 100% wordpress 3.0
0.2
- Added some switches
- Added error checking
0.1
- First release