Prioritized issue groups from the latest Plugin Check scan
Security
32
10 issue groups
Maintainability
24
10 issue groups
I18n
4
4 issue groups
Supply Chain
2
1 issue group
Sample message
$_GET['q'] not unslashed before sanitization. Use wp_unslash() or similar
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
Use placeholders and $wpdb->prepare(); found interpolated variable {$newPrefix} at "UPDATE {$newPrefix}options SET option_name='{$newPrefix}user_roles' WHERE option_name='{$oldPrefix}user_roles';"
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['Submit']
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "brozzmeDbPSettings".
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['q']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Unescaped parameter $newPrefix used in $wpdb->query()\n$newPrefix used without escaping.
Sample message
Unescaped parameter $GLOBALS['table_prefix'] used in $wpdb->get_results()\n$GLOBALS['table_prefix'] used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $GLOBALS
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style 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.
Sample message
Hidden files are not permitted.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "brozzme_db_prefix_plugin_uninstall".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Processing form data without nonce verification.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
mt_srand() is discouraged. Rand seeding is not necessary when using the wp_rand() function (as you should).
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
The $text text string should have translatable content. Found: ''
Sample message
The $domain parameter must be a single text string literal. Found: B7EDBP_TEXT_DOMAIN
Not analyzed yet.
First score snapshot
v1.3.5
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 66 | 24 | 42 | v1.3.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.