Membership & community plugin with user profiles, registration & login, member directories, content restriction, user roles and much more.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
2,313
11 issue groups
Security
1,124
10 issue groups
I18n
281
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ListTable".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'um_admin_ajax_modal_content__hook_' . $act_id".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "UM".
Sample message
Mismatched text domain. Expected 'ultimate-member' but got 'action-scheduler'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $additional_attributes"'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
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
Detected usage of a non-sanitized input variable: $_COOKIE[$rp_cookie]
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "um".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"The bulk action $action does not have a callback method"'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['tab']. Check that the array index exists before using it.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
The $text parameter must be a single text string literal. Found: $data['help']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
Sample message
Missing $domain parameter in function call to __().
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
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Array2XML".
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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "UM_LICENSE_REQUEST_DEBUG".
Potential connections found in static code analysis.
Outbound calls
255
External assets
2
Incoming endpoints
43
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
19 more hidden
2 score snapshots
v2.12.1
24
Latest
v2.12.0
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 3,873 | 938 | 2,935 | v2.12.1 | 2.0.0 |
| 24 | 3,873 | 938 | 2,935 | v2.12.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.