Search and replace text, images, URLs, footer credits, code blocks or jQuery-Ajax content in real time or in Database, easy user-interface
Prioritized issue groups from the latest Plugin Check scan
Maintainability
113
12 issue groups
Security
75
10 issue groups
I18n
5
3 issue groups
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $search at "$search "
Sample message
Unescaped parameter $guid_clause used in $wpdb->get_results()\n$guid_clause assigned unsafely at line 699.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['media_file']
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Replacement variables found, but no valid placeholders found in the query.
Sample message
Processing form data without nonce verification.
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
Unescaped parameter $search used in $wpdb->get_results()\n$search assigned unsafely at line 218.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$RTAFAF".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['media_file']['error']. Check that the array index exists before using it.
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
Attempting a database schema change is discouraged.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Real_Time_Auto_Find_And_Replace".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "bfar_save_item_history".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "$name".
Sample message
set_error_handler() found. Debug code should not normally be used in production.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$2F, %2$2F", but got "%2F, %2F" in 'Check this checkbox, if you want find and replace to also match URLs stored in escaped or encoded form. e.g : JSON-escaped (https:\/\/) and percent-encoded (https%3A%2F%2F) variants, like the ones Elementor and other page builders store inside JSON.'.
Not analyzed yet.
First score snapshot
v1.9.3
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 196 | 67 | 129 | v1.9.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.