Simple membership plugin adds membership functionality to your site. Protect members only content using content protection easily.
Prioritized issue groups from the latest Plugin Check scan
Security
3,139
10 issue groups
Maintainability
722
13 issue groups
I18n
80
2 issue groups
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<input type='checkbox' $is name='swpm-settings["'.
Sample message
$_COOKIE[$auth_cookie_name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_COOKIE['swpm_session']. Check that the array index exists before using it.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$access_control".
Sample message
Processing form data without nonce verification.
Sample message
Use of a direct database call is discouraged.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot save property `{$key}` containing an API resource of type "'.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$auth_cookie_name]
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found $count_incomplete_query
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $count_incomplete_query used in $wpdb->get_var()\n$count_incomplete_query assigned unsafely at line 259.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must be a single text string literal. Found: "Date format is not valid. " . $subscription_period
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BAccessControl".
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "level_edit_form_tag".
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Potential connections found in static code analysis.
Outbound calls
273
External assets
3
Incoming endpoints
24
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
2 more hidden
4 score snapshots
v4.7.9
24
Latest
v4.7.8
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 4,058 | 2,305 | 1,753 | v4.7.9 | 2.0.0 |
| 24 | 4,032 | 2,298 | 1,734 | v4.7.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.