WP-Members Membership Plugin

The original WordPress membership plugin with content restriction, user login, custom registration fields, user profiles, and more.

v3.5.6Chad ButlerUpdated Added 50k+ installs92% rating75% support resolved
24
Score
669
Errors
382
Warnings
+0
Change

Category Scores

Security0
Repo94
Performance100
Maintainability0

Top Issues by Category

security682
maintainability176
i18n155

Issues Details

1,051 issues found in latest scan

ERROR279
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<span>$meta_key</span>"'.

ERROR127
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING74
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET[&#039;post_status&#039;] not unslashed before sanitization. Use wp_unslash() or similar

ERROR61
WordPress.WP.I18n.MissingTranslatorsComment

A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.

WARNING55
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING47
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_FILES[$meta_key]

WARNING42
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR38
WordPress.WP.I18n.MissingArgDomain

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

WARNING36
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

ERROR33
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $args['label']

ERROR27
wp_function_not_compatible_with_requires_wp

Function "apply_filters_deprecated()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 4.0.0.

ERROR23
WordPress.WP.I18n.UnorderedPlaceholdersText

Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in '%sERROR%s: User has not been activated.'.

WARNING22
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING22
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING21
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

WARNING17
WordPress.DB.SlowDBQuery.slow_db_query_meta_key

Detected usage of meta_key, possible slow query.

ERROR16
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR14
missing_direct_file_access_protection

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

WARNING13
WordPress.DB.SlowDBQuery.slow_db_query_meta_value

Detected usage of meta_value, possible slow query.

ERROR11
WordPress.DB.PreparedSQL.NotPrepared

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

ERROR10
PluginCheck.CodeAnalysis.Offloading.OffloadedContent

Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.

WARNING9
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

ERROR6
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $sql used in $wpdb->get_col()\n$sql used without escaping.

WARNING5
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable {$mktable} at &quot;CREATE TABLE IF NOT EXISTS {$mktable} (meta_key VARCHAR(255) NOT NULL);&quot;

ERROR5
WordPress.WP.AlternativeFunctions.file_system_operations_fclose

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

Latest Snapshot

Findings

1,051

Errors

669

Warnings

382

Score History

First score snapshot

First scan completed

v3.5.6 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v3.5.6

24

Latest

Findings
1,051
Errors
669
Warnings
382
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins