Prioritized issue groups from the latest Plugin Check scan
Maintainability
106
15 issue groups
Security
13
6 issue groups
I18n
3
3 issue groups
Supply Chain
2
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$avg_cad".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "calculateDistance".
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
$_GET[$attributeName] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP GPX Maps" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Sanitization missing for register_setting().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Hidden files are not permitted.
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
Use placeholders and $wpdb->prepare(); found $query
Sample message
Unless you are using SQL wildcards, using LIKE is inefficient. Use a straight compare instead. Found: LIKE 'attachment'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['wpgpxmapsuploadedfile']
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Missing $domain parameter in function call to esc_html__().
Sample message
The $text parameter must be a single text string literal. Found: WPGPXMAPS_CURRENT_VERSION
Sample message
Plugin name "WP GPX Maps" is different from the name declared in plugin header "WP-GPX-Maps".
Not analyzed yet.
First score snapshot
v1.7.11
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 127 | 27 | 100 | v1.7.11 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.