Membership & community plugin with user profiles, registration & login, member directories, content restriction, user roles and much more.
Category Scores
Issues to Review
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
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ListTable".809
- Category
- Maintainability
- Occurrences
- 809
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ListTable".
WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'um_admin_ajax_modal_content__hook_' . $act_id".737
- Category
- Maintainability
- Occurrences
- 737
- Severity
- warning
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".
WARNINGMaintainabilityNon Prefixed Function FoundFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "UM".258
- Category
- Maintainability
- Occurrences
- 258
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "UM".
ERRORI18nText Domain MismatchMismatched text domain. Expected 'ultimate-member' but got 'action-scheduler'.221
- Category
- I18n
- Occurrences
- 221
- Severity
- error
Sample message
Mismatched text domain. Expected 'ultimate-member' but got 'action-scheduler'.
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $additional_attributes"'.215
- Category
- Security
- Occurrences
- 215
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $additional_attributes"'.
ERRORSecurityUnsafe Printing FunctionAll output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.185
- Category
- Security
- Occurrences
- 185
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGSecurityRecommendedProcessing form data without nonce verification.160
- Category
- Security
- Occurrences
- 160
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityMissingProcessing form data without nonce verification.147
- Category
- Security
- Occurrences
- 147
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityMissing Unslash$_COOKIE[$rp_cookie] not unslashed before sanitization. Use wp_unslash() or similar137
- Category
- Security
- Occurrences
- 137
- Severity
- warning
Sample message
$_COOKIE[$rp_cookie] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.136
- Category
- Maintainability
- Occurrences
- 136
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
Show 15 moreShow less
WARNINGMaintainabilityNo Caching129
- Category
- Maintainability
- Occurrences
- 129
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityInput Not Sanitized92
- Category
- Security
- Occurrences
- 92
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$rp_cookie]
WARNINGMaintainabilityNon Prefixed Namespace Found88
- Category
- Maintainability
- Occurrences
- 88
- Severity
- warning
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "um".
ERRORSecurityException Not Escaped87
- Category
- Security
- Occurrences
- 87
- Severity
- error
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"'.
WARNINGSecurityInput Not Validated66
- Category
- Security
- Occurrences
- 66
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['tab']. Check that the array index exists before using it.
ERRORMaintainabilitydate date59
- Category
- Maintainability
- Occurrences
- 59
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGMaintainabilityslow db query meta query43
- Category
- Maintainability
- Occurrences
- 43
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
ERRORI18nNon Singular String Literal Text26
- Category
- I18n
- Occurrences
- 26
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $data['help']
ERRORMaintainabilitymissing direct file access protection24
- Category
- Maintainability
- Occurrences
- 24
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGSecurityUnescaped DBParameter18
- Category
- Security
- Occurrences
- 18
- Severity
- warning
Sample message
Unescaped parameter $column_name used in $wpdb->get_var()
ERRORI18nMissing Arg Domain18
- Category
- I18n
- Occurrences
- 18
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGSecuritywp redirect wp redirect17
- Category
- Security
- Occurrences
- 17
- Severity
- warning
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.
WARNINGMaintainabilityNon Prefixed Class Found16
- Category
- Maintainability
- Occurrences
- 16
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "Array2XML".
ERRORI18nMissing Translators Comment16
- Category
- I18n
- Occurrences
- 16
- Severity
- error
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.
WARNINGMaintainabilityNon Prefixed Constant Found14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "UM_LICENSE_REQUEST_DEBUG".
Score History
First score snapshot
v2.12.0
24
Latest
- Findings
- 3,873
- Errors
- 938
- Warnings
- 2,935
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 3,873 | 938 | 2,935 | v2.12.0 | 2.0.0 |