| Workspace Name | File Name | Insert Location |
|---|---|---|
| All Pages | ||
| frontpage_init | index.php | in the beginning of index.php, useful to call functions before any other code |
| Comments | ||
| comment_blocked_waited_too_long | functions_comments.php | right after the check of the token time |
| comment_blocked_token | functions_comments.php | right after the check of the token |
| comment_blocked_flood | functions_comments.php | right after the spam flood check |
| comment_blocked_id | functions_comments.php | right after the check for newlines in the image id |
| comment_blocked_intrusion_id | functions_comments.php | right after the check for numeric image id |
| comment_blocked_maxurl | functions_comments.php | right after the check for the number of URLs |
| comment_blocked_urllisted | functions_comments.php | right after the check for blacklisted URLs |
| comment_blocked_disabled | functions_comments.php | right after the checking if commenting is disabled |
| comment_invalid_email | functions_comments.php | right after the check for valid email |
| comment_blocked_banlist | functions_comments.php | right after checking the banlist |
| comment_passed | functions_comments.php | right before saving the comment in the database |
| comment_accepted | functions_comments.php | right after saving the comment in the database |
| Akismet | ||
| comment_blocked_askimet | front_akismet_comment.php | right after the comment is identified as spam by Akismet |
| comment_passed_askimet | functions_comments.php | right after the comment is identified as non-spam by Akismet |
TOP << AdminHelloWorldAddon | ExtendingPixelpost | FrontHelloWorldAddon >>