Manage 301, 302, and 307 redirects from inside WordPress — no .htaccess needed. Track 404 errors, fix broken links, and protect your SEO.
Prioritized issue groups from the latest Plugin Check scan
Security
590
11 issue groups
Maintainability
374
11 issue groups
I18n
17
3 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$SR_jforms".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
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')"
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
Unescaped parameter $seo_table used in $wpdb->get_var()\n$seo_table assigned unsafely at line 152.
Sample message
$_GET[$key] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$WPSRnonce'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_GET[$key]
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['import_file']['name']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $id used in $wpdb->get_results()\n$id used without escaping.
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "cf_pagination".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "SR_cut_string".
Sample message
Missing $domain parameter in function call to __().
Sample message
Mismatched text domain. Expected 'seo-redirection' but got "wsr".
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The $text parameter must be a single text string literal. Found: $options['key']
Sample message
Accessing the database directly should be avoided. Please use the $wpdb object and associated functions instead. Found: \PDO.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WP_SEO_REDIRECTION_OPTIONS".
Potential connections found in static code analysis.
Outbound calls
50
External assets
0
Incoming endpoints
6
No external asset domains detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 score snapshots
v9.19
24
Latest
v9.18
23
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 997 | 272 | 725 | v9.19 | 2.0.0 |
| 23 | 999 | 272 | 727 | v9.18 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.