Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,214
12 issue groups
Security
715
12 issue groups
I18n
19
1 issue group
Sample message
Use of a direct database call is discouraged.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
$_GET['paged'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['paged']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['click5_history_log_nonce']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$JETPACK_MODULE_NAMES".
Sample message
Processing form data without nonce verification.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$AdImageURL'.
Sample message
Use placeholders and $wpdb->prepare(); found $ids
Sample message
Mismatched text domain. Expected 'history-log-by-click5' but got 'c5_history'.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Unescaped parameter $q used in $wpdb->get_results()\n$q assigned unsafely at line 4871.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "c5_history_records_per_page".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.3.0.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "c5_history_log_rest_callback".
Sample message
Unescaped parameter $table_name used in $wpdb->get_results()\n$table_name assigned unsafely at line 1030.
Sample message
Simple placeholders should not be quoted in the query string in $wpdb->prepare(). Found: "%s".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BROWSER".
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $tab_name at "SELECT * FROM $tab_name"
Potential connections found in static code analysis.
Outbound calls
19
External assets
6
Incoming endpoints
25
register_rest_route
register_rest_route
register_rest_route
wp_ajax
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
9 more hidden
First score snapshot
v1.0.13
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,965 | 675 | 1,290 | v1.0.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.