Manage 301, 302, and 307 redirects from inside WordPress — no .htaccess needed. Track 404 errors, fix broken links, and protect your SEO.
Category Scores
Top Issues by Category
security592
maintainability374
Issues Details
999 issues found in latest scan
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$SR_jforms".
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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')"
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Unescaped parameter $seo_table used in $wpdb->get_var()\n$seo_table assigned unsafely at line 152.
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$WPSRnonce'.
Processing form data without nonce verification.
Detected usage of a non-sanitized input variable: $_GET[$key]
Detected usage of a possibly undefined superglobal array index: $_FILES['import_file']['name']. Check that the array index exists before using it.
Processing form data without nonce verification.
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Unescaped parameter $id used in $wpdb->get_results()\n$id used without escaping.
Attempting a database schema change is discouraged.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "cf_pagination".
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "SR_cut_string".
Mismatched text domain. Expected 'seo-redirection' but got "wsr".
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
The $text parameter must be a single text string literal. Found: $options['key']
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SEO_REDIRECTION_OPTIONS".
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$SR_jforms". | 136 |
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 129 |
| WordPress.DB.PreparedSQL.InterpolatedNotPrepared | WARNING | 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')" | 95 |
| WordPress.DB.DirectDatabaseQuery.DirectQuery | WARNING | Use of a direct database call is discouraged. | 85 |
| WordPress.DB.DirectDatabaseQuery.NoCaching | WARNING | Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete(). | 82 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | WARNING | Unescaped parameter $seo_table used in $wpdb->get_var()\n$seo_table assigned unsafely at line 152. | 63 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar | 62 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$WPSRnonce'. | 56 |
| WordPress.Security.NonceVerification.Recommended | WARNING | Processing form data without nonce verification. | 48 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_GET[$key] | 45 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_FILES['import_file']['name']. Check that the array index exists before using it. | 39 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 27 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 18 |
| PluginCheck.Security.DirectDB.UnescapedDBParameter | ERROR | Unescaped parameter $id used in $wpdb->get_results()\n$id used without escaping. | 15 |
| WordPress.DB.DirectDatabaseQuery.SchemaChange | WARNING | Attempting a database schema change is discouraged. | 15 |
| WordPress.DB.PreparedSQL.NotPrepared | ERROR | Use placeholders and $wpdb->prepare(); found $query | 13 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "cf_pagination". | 12 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound | WARNING | Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "SR_cut_string". | 11 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 6 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'seo-redirection' but got "wsr". | 6 |
| WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | ERROR | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 5 |
| WordPress.WP.I18n.NonSingularStringLiteralText | ERROR | The $text parameter must be a single text string literal. Found: $options['key'] | 5 |
| WordPress.DB.RestrictedClasses.mysql__PDO | ERROR | Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO. | 4 |
| WordPress.DateTime.RestrictedFunctions.date_date | ERROR | date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead. | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SEO_REDIRECTION_OPTIONS". | 3 |
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
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 23 | 999 | 272 | 727 | v9.18 | 2.0.0 | 2026.06-mvp-static-v2 |