Redirect 404's when a visitor tries to access a page protected by Groups.
Prioritized issue groups from the latest Plugin Check scan
Security
32
7 issue groups
I18n
29
1 issue group
Maintainability
5
4 issue groups
Performance
1
1 issue group
Sample message
The $domain parameter must be a single text string literal. Found: GROUPS_404_REDIRECT_PLUGIN_DOMAIN
Sample message
Detected usage of a non-sanitized input variable: $_GET[$wpvar]
Sample message
$_GET[$wpvar] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['groups-404-redirect']. Check that the array index exists before using it.
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
Processing form data without nonce verification.
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
Detected usage of tax_query, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "url_to_postid".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Setting `suppress_filters` to `true` is prohibited.
Sample message
Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Potential connections found in static code analysis.
Outbound calls
11
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v1.10.0
47
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 47 | 68 | 35 | 33 | v1.10.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.