An addon for the simple membership plugin to configure after login redirection to a specific page based on the member's level.
Prioritized issue groups from the latest Plugin Check scan
Security
19
6 issue groups
Maintainability
5
3 issue groups
I18n
2
1 issue group
Repo Compliance
2
2 issue groups
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
$_POST['custom']['swpm_alr_after_login_page_field'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
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['custom']['swpm_alr_after_login_page_field']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['custom']['swpm_alr_after_login_page_field']. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'simple-membership-after-login-redirection' but got 'simple-membership'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Not analyzed yet.
First score snapshot
v2.1
63
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 63 | 28 | 4 | 24 | v2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.