Prioritized issue groups from the latest Plugin Check scan
Maintainability
48
12 issue groups
Security
24
5 issue groups
I18n
7
3 issue groups
Repo Compliance
1
1 issue group
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 $sTable at "SELECT * FROM $sTable st WHERE st.slug = %s;"
Sample message
Unescaped parameter $getSql used in $wpdb->get_results()\n$getSql assigned unsafely at line 68.
Sample message
Use placeholders and $wpdb->prepare(); found $getSql
Sample message
Unescaped parameter $sTable used in $wpdb->get_var()
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$after_title'.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Missing $domain parameter in function call to esc_attr__().
Sample message
The $text parameter must be a single text string literal. Found: $text
Sample message
Attempting a database schema change is discouraged.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
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
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
The plugin slug includes a restricted term. Your plugin slug - "wp-special-textboxes" - contains the restricted term "wp" which cannot be used at all in your plugin slug.
Potential connections found in static code analysis.
Outbound calls
5
External assets
2
Incoming endpoints
2
register_rest_route
register_rest_route
2 score snapshots
v6.5.1
37
Latest
v6.5
37
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 80 | 38 | 42 | v6.5.1 | 2.0.0 |
| 37 | 81 | 39 | 42 | v6.5 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.