Prioritized issue groups from the latest Plugin Check scan
Security
178
9 issue groups
Maintainability
106
12 issue groups
I18n
17
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$data".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET['ac'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $sSql
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Mismatched text domain. Expected 'marquee-image-crawler' but got 'email-posts-to-subscribers'.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $sSql used in $wpdb->get_results()\n$sSql assigned unsafely at line 37.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Too many parameters passed to function "__()". Expected: 2 parameters, received: 3
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "mic_cls_dbquery".
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['PHP_SELF']
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['PHP_SELF']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MICR_ADMIN_URL".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "mic_delete_plugin".
Sample message
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $errors[0]
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
Attempting a database schema change is discouraged.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Potential connections found in static code analysis.
Outbound calls
11
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.3
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 304 | 168 | 136 | v1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.