Prioritized issue groups from the latest Plugin Check scan
Maintainability
136
13 issue groups
Security
67
10 issue groups
I18n
9
2 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "AA_nickname_with_name_wrap".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$adv_left'.
Sample message
Function "get_the_permalink()" requires WordPress 3.9.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "AA_Settings".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "AAFormHelper".
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Detected usage of a non-sanitized input variable: $_POST['postCommentNonce']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['postCommentNonce']. Check that the array index exists before using it.
Sample message
$_POST['postCommentNonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Missing $domain parameter in function call to __().
Sample message
trigger_error() found. Debug code should not normally be used in production.
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
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
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 1282.
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
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
The use of function wp_get_sidebars_widgets() is forbidden
Sample message
Unescaped parameter $where_string used in $wpdb->get_results()\n$where_string assigned unsafely at line 165.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $where_string at "SELECT blog_id, path FROM $wpdb->blogs WHERE 1 = 1 AND site_id = %d $where_string"
Not analyzed yet.
First score snapshot
v2.1.26
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 220 | 85 | 135 | v2.1.26 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.