SpamChecker Class
This class implements first round spam checking.
Located in /system/plugins/spamchecker/spamchecker.plugin.php (line 10)
Pluggable | --Plugin | --SpamChecker
function act_comment_insert_before This function is executed when the action "comment_insert_before" is invoked from a Comment object.
The parent class, Plugin, handles registering the action and hook name using the name of the function to determine where it will be applied. You can still register functions as hooks without using this method, but boy, is it handy.
Change some outgoing arguments supplied to rewrite rules during URL generation
Add a rule to replace the existing rule for creating a comment post url
Ensure that the code assigne dto this user for their commenting URL is genuine
Get a 10-digit hex code that identifies the user submitting the comment
function info
Returns information about this plugin
Verify a 10-digit hex code that identifies the user submitting the comment
Inherited From Plugin
Plugin::__construct()
Plugin::add_template()
Plugin::info()
Plugin::_plugin_available_templates()
Plugin::_plugin_include_template_file()
Inherited From Pluggable
Pluggable::__construct()
Pluggable::get_db_schema()
Pluggable::get_file()
Pluggable::get_url()
Pluggable::load()
Pluggable::load_text_domain()
Pluggable::plugin_id()
Documentation generated on Thu, 30 Oct 2008 20:31:27 +0100 by phpDocumentor 1.3.2