Advanced plugin will allow you to create 301 and 302 redirects on your site and organize them by folders.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
243
6 issue groups
Security
176
10 issue groups
Repo Compliance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$advertising_platform".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$check_secondary_deta_id'.
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 $database_output
Sample message
$_GET['error-message'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['id']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['error-message']
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $new_db_column at "ALTER TABLE $yydev_secondary_table_name ADD $new_db_column INTEGER (10) NOT NULL"
Sample message
Unescaped parameter $yydev_redirect_table_name used in $wpdb->get_results()\n$yydev_redirect_table_name assigned unsafely at line 5.
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $database_output->id used in $wpdb->query()\n$database_output->id used without escaping.
Sample message
Attempting a database schema change is discouraged.
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
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Plugin name "Advanced 301 and 302 Redirect" is different from the name declared in plugin header "YYDevelopment - Advanced 301 and 302 Redirect".
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
18
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
First score snapshot
v1.7.0
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 420 | 81 | 339 | v1.7.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.