Search & Replace Everything – Quick and Easy Way to Find and Replace Text, Links

Quick and Easy way to search all URLS, Content and replace them with new links and content in WordPress website.

v1.4.6KaizenCodersUpdated 2026-05-27Added Mar 30, 202220k+ installs90% rating
22
Score
1,044
Errors
1,797
Warnings
+0
Change

Category Scores

Security0
Repo78
Performance100
Maintainability0

Top Issues by Category

maintainability1,651
security892
i18n228

Issues Details

2,841 issues found in latest scan

WARNING1,116
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_addon_ids".

ERROR615
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" <a href='{$skip_url}' class='button button-small button-secondary'>{$use_plugin_anonymously_text}</a>"'.

ERROR228
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'update-urls' but got 'action-scheduler'.

WARNING124
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;UU&quot;.

WARNING104
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;FS_API__ADDRESS&quot;.

ERROR90
WordPress.Security.EscapeOutput.ExceptionNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.

WARNING65
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;CronExpression&quot;.

WARNING63
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING54
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING52
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_GET[$key]

WARNING51
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar

WARNING29
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING28
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST[&#039;message_id&#039;]. Check that the array index exists before using it.

ERROR24
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING24
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;admin_memory_limit&quot;.

WARNING19
WordPress.PHP.DevelopmentFunctions.error_log_var_export

var_export() found. Debug code should not normally be used in production.

ERROR16
PluginCheck.CodeAnalysis.Heredoc.NotAllowed

Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead

WARNING16
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $column_name used in $wpdb-&gt;get_var()

ERROR15
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$hook&quot;.

WARNING7
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

ERROR6
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $option

ERROR6
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

WARNING5
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $table at &quot;DROP TABLE IF EXISTS $table;&quot;

WARNING5
WordPress.PHP.DevelopmentFunctions.error_log_debug_backtrace

debug_backtrace() found. Debug code should not normally be used in production.

Latest Snapshot

Findings

2,841

Errors

1,044

Warnings

1,797

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.4.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.4.6

22

Latest

Findings
2,841
Errors
1,044
Warnings
1,797
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins