Redirect visitors away from broken 404 pages and send them to your homepage or any custom URL with a simple, lightweight setup.
Prioritized issue groups from the latest Plugin Check scan
Security
16
5 issue groups
Maintainability
2
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$notification_html'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['rdtcp_custom_page']. Check that the array index exists before using it.
Sample message
$_POST['rdtcp_custom_page'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "RDT_Custom_Page".
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
Detected usage of a non-sanitized input variable: $_POST['rdtcp_nonce']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Potential connections found in static code analysis.
Outbound calls
1
External assets
0
Incoming endpoints
0
No notable third-party domains detected.
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v1.1
65
Latest
v1.0
63
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 65 | 18 | 7 | 11 | v1.1 | 2.0.0 |
| 63 | 20 | 9 | 11 | v1.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.