The simplest all-around WordPress migration tool/backup plugin. These support multisite backup/migration or clone WP site/multisite subsite.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
1,635
14 issue groups
Security
847
8 issue groups
I18n
303
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.
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
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_fs_text".
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "FS_Admin_Menu_Manager".
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d", but got "%d, %d" in '%d completed. %d metas processed.'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Use placeholders and $wpdb->prepare(); found $db_search
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT $id_column FROM $table WHERE meta_key = %s AND $column = %d"
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Compression method ({$c}) is not defined yet"'.
Sample message
Missing $domain parameter in function call to __().
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "FS_API__ADDRESS".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Function "get_dirsize()" requires WordPress 5.2.0, but your plugin minimum supported version is WordPress 4.9.8.
Sample message
Unescaped parameter $db_search used in $wpdb->get_col()\n$db_search assigned unsafely at line 3863.
Sample message
$_GET['orderby'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['orderby']
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Unescaped parameter $specific_site_prefix used in $wpdb->get_col()\n$specific_site_prefix assigned unsafely at line 3869.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_query.
Not analyzed yet.
First score snapshot
v2.1.6
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 2,926 | 1,326 | 1,600 | v2.1.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.