SpamCount Icon

SpamCount

By Simon Prosser

Active Installs

0+

Last Updated

June 13, 2010

First Released

July 27, 2009

Download History (Last one month)


Contributors

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/plugins directory
  1. upload the contents of the zip file to your wp-content/plugins directory
  2. 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

No FAQ provided.

Changelog

0.3

  • tested and working 100% wordpress 3.0

0.2

  • Added some switches
  • Added error checking

0.1

  • First release
<br />
<b>Warning</b>:  Undefined array key /home/ylinkin/truewp.net/wp-content/plugins/truewp-plugin-info/truewp-plugin-info.php on line 756
" width="120" height="120">

Available Versions

Version Download Type
0.3 Download Stable
0.2 Download Stable
0.1 Download Stable
Development Download Trunk

Plugin Info

  • Version: 0.3
  • Last Updated: June 13, 2010
  • Active Installs: 0+
  • WordPress Version: 2.7.1 or higher
  • Tested up to: 3.0.5
  • PHP Version: or higher
  • Tags:    
    spam template

Ratings


0.0 out of 5 stars. (0 reviews)

See all reviews
Scroll to Top