Custom user profiles plugin ❤ with paid memberships, groups, communities, content restriction, user registration, messaging, WooCommerce memberships, …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,506
12 issue groups
Security
194
9 issue groups
I18n
38
3 issue groups
Performance
6
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$account_error".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'activate_' . $plugin".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Function "get_sites()" requires WordPress 4.6.0, but your plugin minimum supported version is WordPress 3.5.0.
Sample message
Processing form data without nonce verification.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $thread_ids at "AND t_id in($thread_ids) AND (s_id = %d OR r_id = %d)"
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$char_limit'.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
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
The upgrade notice for "2.6.0" exceeds the limit of 300 characters.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['blog_image']
Sample message
Use placeholders and $wpdb->prepare(); found $data_sql
Sample message
$_GET['pg_interval'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PM_Custom_Fields".
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['coverimg']. Check that the array index exists before using it.
Sample message
Unescaped parameter $prepared_data_sql used in $wpdb->get_results()\n$prepared_data_sql assigned unsafely at line 3144.
Sample message
Missing $domain parameter in function call to __().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PM_LOG_FILE".
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://docs.wpvip.com/databases/optimize-queries/using-post__not_in/ for more information.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
The $text parameter must be a single text string literal. Found: $tab['title']
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Potential connections found in static code analysis.
Outbound calls
296
External assets
4
Incoming endpoints
0
No public endpoints detected.
7 score snapshots
v6.0.0.2
22
Latest
v6.0.0.1
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 2,778 | 335 | 2,443 | v6.0.0.2 | 2.1.0 |
| 24 | 2,946 | 483 | 2,463 | v6.0.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.