Kills spam dead in it's tracks. Be gone evil demon spam!
Prioritized issue groups from the latest Plugin Check scan
Security
50
6 issue groups
Maintainability
30
8 issue groups
I18n
24
5 issue groups
Repo Compliance
2
2 issue groups
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The $domain parameter must be a single text string literal. Found: $this->slug
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$error'.
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$this->spam_key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->spam_key]
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['captcha']. Check that the array index exists before using it.
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "DotOrg_Plugin_Review".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'You have been using the %s plugin for %s now, do you like it? If so, please leave us a review with your feedback!'.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
Check for WP_UNINSTALL_PLUGIN constant missing.
Not analyzed yet.
First score snapshot
v2.1.7
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 106 | 63 | 43 | v2.1.7 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.