Simple Membership

Simple membership plugin adds membership functionality to your site. Protect members only content using content protection easily.

v4.7.6wp.insiderUpdated Added 40k+ installs92% rating56% support resolved
24
Score
2,373
Errors
1,789
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability0

Top Issues by Category

security3,256
maintainability706
i18n81

Issues Details

4,162 issues found in latest scan

ERROR1,033
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

ERROR737
WordPress.Security.EscapeOutput.OutputNotEscaped

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["'.

WARNING514
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_COOKIE[$auth_cookie_name] not unslashed before sanitization. Use wp_unslash() or similar

WARNING269
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_COOKIE[&#039;swpm_session&#039;]. Check that the array index exists before using it.

WARNING207
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$access_control&quot;.

WARNING163
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING130
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

ERROR130
WordPress.Security.EscapeOutput.ExceptionNotEscaped

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 "'.

WARNING127
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_COOKIE[$auth_cookie_name]

WARNING122
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING114
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

ERROR111
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $count_incomplete_query

ERROR80
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR58
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $count_incomplete_query used in $wpdb->get_var()\n$count_incomplete_query assigned unsafely at line 259.

ERROR51
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

ERROR47
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR34
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: "Date format is not valid. " . $subscription_period

WARNING26
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;BAccessControl&quot;.

WARNING21
WordPress.PHP.DevelopmentFunctions.error_log_trigger_error

trigger_error() found. Debug code should not normally be used in production.

WARNING12
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

WARNING12
WordPress.DB.SlowDBQuery.slow_db_query_meta_query

Detected usage of meta_query, possible slow query.

ERROR12
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNING11
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

WARNING11
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: &quot;level_edit_form_tag&quot;.

WARNING11
WordPress.WP.EnqueuedResourceParameters.NotInFooter

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.

Latest Snapshot

Findings

4,162

Errors

2,373

Warnings

1,789

Score History

First score snapshot

First scan completed

v4.7.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v4.7.6

24

Latest

Findings
4,162
Errors
2,373
Warnings
1,789
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins