WPCOM Member - User profile & membership plugin for WordPress
Prioritized issue groups from the latest Plugin Check scan
Security
510
10 issue groups
I18n
350
4 issue groups
Maintainability
188
11 issue groups
Sample message
The $domain parameter must be a single text string literal. Found: WPMX_TD
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE[$rp_cookie] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$wpmx_info".
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$rp_cookie]
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$atts'.
Sample message
Use of a direct database call is discouraged.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['file']['tmp_name']. Check that the array index exists before using it.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "option_{$option}".
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $column at "SELECT COUNT(*) FROM $table WHERE meta_key = %s AND $column = %d"
Sample message
Missing $domain parameter in function call to __().
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Unescaped parameter $table used in $wpdb->get_results()\n$table assigned unsafely at line 94.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$filter".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
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.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Mismatched text domain. Expected 'wpcom-member' but got 'WPMX_TD'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WPCOM Member 用户中心" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Unescaped parameter $query used in $wpdb->get_row()\n$query assigned unsafely at line 18.
Potential connections found in static code analysis.
Outbound calls
62
External assets
0
Incoming endpoints
39
No external asset domains detected.
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
7 more hidden
5 score snapshots
v1.7.27
26
Latest
v1.7.26
26
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 26 | 1,071 | 433 | 638 | v1.7.27 | 2.0.0 |
| 26 | 1,071 | 433 | 638 | v1.7.26 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.