Prioritized issue groups from the latest Plugin Check scan
I18n
135
6 issue groups
Maintainability
115
10 issue groups
Security
100
8 issue groups
Repo Compliance
1
1 issue group
Sample message
Mismatched text domain. Expected 'wp-cron-status-checker' but got 'wcsc'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$blogtime".
Sample message
Use placeholders and $wpdb->prepare(); found $cron_keys
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
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
Missing $domain parameter in function call to __().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$link'.
Sample message
Unescaped parameter $cron_keys used in $wpdb->query()\n$cron_keys assigned unsafely at line 69.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cron_request".
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Missing singular placeholder, needed for some languages. See https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP-Cron Status Checker" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Unescaped parameter $join used in $wpdb->query()\n$join assigned unsafely at line 455.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$expire_time} at " ) as err\n on ( err.cron_key = t.cron_key )\n where ( ( t.cron_key < {$expire_time} ) and ( err.cron_key is null ) )\n "
Sample message
Processing form data without nonce verification.
Sample message
Translatable string should not be wrapped in HTML. Found: '<p>This may indicate a problem with your server\'s permissions, resources, or general WordPress setup. If you need support, please contact your website host or post to the <a href="https://wordpress.org/support/forum/how-to-and-troubleshooting/">main WordPress support forum</a>.</p>'
Sample message
Detected usage of a non-sanitized input variable: $_GET['wcsc_message']
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
The $single text string should have translatable content. Found: '%s'
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
180
External assets
2
Incoming endpoints
4
No external asset domains detected.
No public endpoints detected.
admin_post
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v1.3
35
Latest
v1.2.9
34
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 351 | 240 | 111 | v1.3 | 2.0.0 |
| 34 | 388 | 277 | 111 | v1.2.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.