WordPress backup plugin: backups, restore & migration in minutes. Clone or duplicate your site, test updates on a staging copy. 100% unit-tested.
Prioritized issue groups from the latest Plugin Check scan
Security
1,321
8 issue groups
Maintainability
1,239
14 issue groups
I18n
362
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activeClass".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" to negative offset: $offset"'.
Sample message
Processing form data without nonce verification.
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
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET[$numericValue] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_ENV['SSH_AUTH_SOCK']
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$advancedSectionStyle'.
Sample message
Processing form data without nonce verification.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in 'PHP failed to process this task. We will lower the memory usage and try again... (%d/%d)'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$actionCallback".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $idsToDelete at "DELETE FROM $wpdb->options WHERE `option_id` IN ($idsToDelete)"
Sample message
The $text parameter must be a single text string literal. Found: "This clone is incomplete and does not work. Clone or update it again! \n\n" .\n "Important: Keep the browser open until the cloning is finished. \n" .\n "It will not proceed if your browser is not open.\n\n" .\n "If you have an unstable internet connection and cloning breaks due to that, clone again only the folders wp-admin, wp-includes, and all database tables.\n\n" .\n "That will not take much time. Then, you can proceed with the wp-content folder that usually needs the most disk space. " .\n "If it interrupts again, at least it will not break the existing staging site again, and you can repeat and resume the last operation."
Sample message
Unescaped parameter $optionTable used in $wpdb->get_var()\n$optionTable assigned unsafely at line 208.
Sample message
error_log() 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: fwrite().
Sample message
print_r() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
193
External assets
0
Incoming endpoints
100
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
admin_post
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
77 more hidden
7 score snapshots
v4.9.5
23
Latest
v4.9.4
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 3,135 | 1,525 | 1,610 | v4.9.5 | 2.0.0 |
| 23 | 3,116 | 1,508 | 1,608 | v4.9.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.