Migrate your database. Export full sites including media, themes, and plugins. Find and replace content with support for serialized data.
Prioritized issue groups from the latest Plugin Check scan
Security
312
12 issue groups
I18n
130
4 issue groups
Maintainability
109
9 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"WPMDB_Replace constructor expects '$key' key to be present in the array argument"'.
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
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $alter_table_name
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $val\r\n"'.
Sample message
Mismatched text domain. Expected 'wp-migrate-db' but got 'Ex. Remote URL: http://wp.dev'.
Sample message
$_GET['download'] not unslashed before sanitization. Use wp_unslash() or similar
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
Detected usage of a non-sanitized input variable: $_GET['download']
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$class".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $alter_table_name at "SHOW TABLES LIKE '$alter_table_name'"
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['download']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $alter_table_name used in $wpdb->get_results()\n$alter_table_name assigned unsafely at line 1919.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$1s, %2$2s", but got "%1s, %2s" in 'The imported table `%1s` contains characters which are invalid in the target schema.<br><br>If this is a WP Migrate export file, ensure that the `Compatible with older versions of MySQL` setting under `Advanced Options` is unchecked and try exporting again.<br><br> See <a href="%2s">our documentation</a> for more information.'.
Sample message
Unescaped parameter $query used in $wpdb->query()\n$query used without escaping.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wp_migrate_db_cli_after_load".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
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().
Potential connections found in static code analysis.
Outbound calls
122
External assets
0
Incoming endpoints
4
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v2.7.11
23
Latest
v2.7.10
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 23 | 628 | 371 | 257 | v2.7.11 | 2.0.0 |
| 23 | 624 | 369 | 255 | v2.7.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.