Clone, copy, and duplicate WordPress sites, single sites, and multisite subsites with NS Cloner, a fast WordPress site cloner and site duplicator.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
26
11 issue groups
Security
8
3 issue groups
I18n
8
4 issue groups
Repo Compliance
2
2 issue groups
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Use of a direct database call is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$column} at \t\t\tWHERE {$column} LIKE %s\r\n
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Missing $domain parameter in function call to __().
Sample message
Mismatched text domain. Expected 'ns-cloner-site-copier' but got 'ns-cloner'.
Sample message
Unescaped parameter $column used in $wpdb->get_row()\n$column assigned unsafely at line 268.
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: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writeable().
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
Unescaped parameter $this->db_analytics_table used in $wpdb->get_results()
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: mkdir().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
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
Hidden files are not permitted.
Sample message
Mismatched "Tested up to": 6.8 != 6.9. The "Tested up to" value in the readme file must match the "Tested up to" value in the plugin header. If the plugin header has a "Tested up to" value, it will override the readme value, which can cause confusion.
Sample message
Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
Function "wp_insert_site()" requires WordPress 5.1.0, but your plugin minimum supported version is WordPress 5.0.0.
Not analyzed yet.
First score snapshot
v4.4.9.2
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 45 | 29 | 16 | v4.4.9.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.