Prioritized issue groups from the latest Plugin Check scan
Security
215
8 issue groups
Maintainability
214
15 issue groups
I18n
75
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate_url".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$deleted'.
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
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "HM\BackUpWordPress".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
$_GET['hmbkp_backup_archive'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a non-sanitized input variable: $_GET['hmbkp_backup_archive']
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['hmbkp_backup_archive']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "admin_memory_limit".
Sample message
Processing form data without nonce verification.
Sample message
The use of function ini_set() is discouraged
Sample message
Mismatched text domain. Expected 'backupwordpress' but got 'hm_backdrop'.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "BackUpWordPress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "HM_Backdrop_Server".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "print_whitelist_html".
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Use placeholders and $wpdb->prepare(); found DB_NAME
Not analyzed yet.
First score snapshot
v3.14
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 516 | 245 | 271 | v3.14 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.