SEO Redirection Plugin – 301 Redirect Manager

Manage 301, 302, and 307 redirects from inside WordPress — no .htaccess needed. Track 404 errors, fix broken links, and protect your SEO.

v9.18wp-buyUpdated 2026-06-06Added Apr 11, 201410k+ installs86% rating
23
Score
272
Errors
727
Warnings
+0
Change

Category Scores

Security0
Repo76
Performance100
Maintainability9

Top Issues by Category

security592
maintainability374
i18n17

Issues Details

999 issues found in latest scan

WARNING136
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR129
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING95
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $expdate at "delete FROM $table_name WHERE date_format(date(ctime),'%Y-%m-%d') < date_format(date('$expdate'),'%Y-%m-%d')"

WARNING85
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING82
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING63
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $seo_table used in $wpdb->get_var()\n$seo_table assigned unsafely at line 152.

WARNING62
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

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

ERROR56
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$WPSRnonce'.

WARNING48
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING45
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

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

WARNING39
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_FILES['import_file']['name']. Check that the array index exists before using it.

WARNING27
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR18
missing_direct_file_access_protection

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

ERROR15
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $id used in $wpdb->get_results()\n$id used without escaping.

WARNING15
WordPress.DB.DirectDatabaseQuery.SchemaChange

Attempting a database schema change is discouraged.

ERROR13
WordPress.DB.PreparedSQL.NotPrepared

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

WARNING12
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "cf_pagination".

WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "SR_cut_string".

ERROR6
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR6
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'seo-redirection' but got "wsr".

ERROR5
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

ERROR5
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $options['key']

ERROR4
WordPress.DB.RestrictedClasses.mysql__PDO

Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.

ERROR3
WordPress.DateTime.RestrictedFunctions.date_date

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

WARNING3
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SEO_REDIRECTION_OPTIONS".

Latest Snapshot

Findings

999

Errors

272

Warnings

727

Score History

First score snapshot

First scan completed Jun 20, 2026

v9.18 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v9.18

23

Latest

Findings
999
Errors
272
Warnings
727
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins