Prioritized issue groups from the latest Plugin Check scan
Maintainability
140
12 issue groups
Security
68
11 issue groups
I18n
11
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_block_wrapper_attributes()" requires WordPress 5.6.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
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
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
In footer ($in_footer) is not set explicitly wp_register_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
Missing $domain parameter in function call to __().
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Unescaped parameter $query used in $wpdb->get_results()\n$query assigned unsafely at line 1308.
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
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
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"
Sample message
Use placeholders and $wpdb->prepare(); found $or
Potential connections found in static code analysis.
Outbound calls
23
External assets
2
Incoming endpoints
3
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v2.1.29
32
Latest
v2.1.27
32
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 226 | 92 | 134 | v2.1.29 | 2.0.0 |
| 32 | 225 | 91 | 134 | v2.1.27 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.