Easily backup, restore, or migrate. Supports one-click backup and scheduled backup. Backup selected content to Amazon S3, Google Drive, FTP/SFTP, etc.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
335
15 issue groups
Security
33
6 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$alias".
Sample message
Function "sanitize_hex_color()" requires WordPress 3.4.0, but your plugin minimum supported version is WordPress 3.3.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wt_migrator_after_setting_page_content_' . $target_id".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Webtoffe_logger".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"($name) missing required param: '$paramName'"'.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CRYPT_RSA_MODE".
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Unescaped parameter $qry used in $wpdb->get_results()\n$qry assigned unsafely at line 313.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_wp_migration_duplicator".
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WebToffee WP Backup and Migration" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using rename(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$errorMessage'.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['SERVER_SOFTWARE']
Sample message
$_SERVER['SERVER_SOFTWARE'] not unslashed before sanitization. Use wp_unslash() or similar
Potential connections found in static code analysis.
Outbound calls
287
External assets
1
Incoming endpoints
12
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v1.6.1
31
Latest
v1.6.0
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 368 | 146 | 222 | v1.6.1 | 2.1.0 |
| 31 | 367 | 146 | 221 | v1.6.0 | 2.1.0 |
Author, categories, issues, domains, and nearby plugins.