Search & Replace data in your database with WordPress admin, replace domains/URLs of your WordPress installation.
Prioritized issue groups from the latest Plugin Check scan
Security
63
10 issue groups
Maintainability
26
14 issue groups
I18n
9
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
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
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$csv'.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['file_to_upload']['error']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $end at "SELECT * FROM $table LIMIT $start, $end"
Sample message
$_GET['page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $table used in $wpdb->get_results()
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file_to_upload']['error']. Check that the array index exists before using it.
Sample message
The use of function ini_set() is discouraged
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "inpsyde.search_and_replace.error".
Sample message
Processing form data without nonce verification.
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().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
In footer ($in_footer) is not set explicitly wp_register_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Short PHP opening tag used with echo; expected "<?php echo esc_html ..." but found "<?= esc_html ..."
Sample message
Unescaped parameter $sql used in $wpdb->query()\n$sql assigned unsafely at line 152.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \mysqli.
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: mysqli_close.
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: is_writable().
Not analyzed yet.
First score snapshot
v3.2.3
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 103 | 50 | 53 | v3.2.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.