Create a staging WordPress site from production (live site). Ideal for testing updates, version change or re-write. Sync back only the changes.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
771
18 issue groups
Security
186
6 issue groups
I18n
42
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_plugins".
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $current_create_screen ..." but found "<?= $current_create_screen ..."
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
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
error_log() found. Debug code should not normally be used in production.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Couldn't extract $file_save_path.zip.\n"'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_POST['api_signature'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_POST['api_signature']
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Function "str_contains()" requires WordPress 5.9.0, but your plugin minimum supported version is WordPress 5.6.0.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'customize_save_' . $key".
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BATCH_SIZE".
Sample message
Detected usage of meta_value, possible slow query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
The use of function ini_set() is discouraged
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $query at "SELECT * $query ORDER BY date ASC, id ASC LIMIT "
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysql_query.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Potential connections found in static code analysis.
Outbound calls
266
External assets
6
Incoming endpoints
28
admin_post
admin_post
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
15 more hidden
4 score snapshots
v0.1.3.7
24
Latest
v0.1.3.6
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 1,069 | 254 | 815 | v0.1.3.7 | 2.0.0 |
| 24 | 1,064 | 253 | 811 | v0.1.3.6 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.