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,656
12 issue groups
Security
204
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
Function "get_avatar_url()" requires WordPress 4.2.0, but your plugin minimum supported version is WordPress 3.5.0.
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
Use placeholders and $wpdb->prepare(); found interpolated variable $table at "SHOW COLUMNS FROM `$table` LIKE %s"
Sample message
Processing form data without nonce verification.
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
Processing form data without nonce verification.
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
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 3107.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fputs().
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
The $text parameter must be a single text string literal. Found: $tab['title']
Potential connections found in static code analysis.
Outbound calls
293
External assets
4
Incoming endpoints
3
register_rest_route
register_rest_route
register_rest_route
6 score snapshots
v6.0.0.1
24
Latest
v6.0.0.0
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,946 | 483 | 2,463 | v6.0.0.1 | 2.0.0 |
| 24 | 2,945 | 483 | 2,462 | v6.0.0.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.