The best events plugin with event registration, free and paid ticket sales, event registration forms, PayPal payments, automatic emails, and more!
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
I18n
10,537
5 issue groups
Maintainability
2,349
13 issue groups
Security
1,683
7 issue groups
ERRORI18nText Domain MismatchMismatched text domain. Expected 'event-espresso-decaf' but got "event_espresso".8,710
- Category
- I18n
- Occurrences
- 8,710
- Severity
- error
Sample message
Mismatched text domain. Expected 'event-espresso-decaf' but got "event_espresso".
ERRORI18nMissing Translators CommentA 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.1,430
- Category
- I18n
- Occurrences
- 1,430
- 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.
ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$msg||$msg $dev_msg"'.861
- Category
- Security
- Occurrences
- 861
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"$msg||$msg $dev_msg"'.
WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "About_Admin_Page".671
- Category
- Maintainability
- Occurrences
- 671
- Severity
- warning
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "About_Admin_Page".
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ( $breakdown )"'.424
- Category
- Security
- Occurrences
- 424
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" ( $breakdown )"'.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;416
- Category
- Maintainability
- Occurrences
- 416
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$EVT_ID".349
- Category
- Maintainability
- Occurrences
- 349
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$EVT_ID".
ERRORI18nUnordered Placeholders TextMultiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$d", but got "%d, %d, %d" in 'Could not find a ticket for old attendee with id %d for new event %d, so created a new ticket with id %d'.249
- Category
- I18n
- Occurrences
- 249
- Severity
- error
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$d, %2$d, %3$d", but got "%d, %d, %d" in 'Could not find a ticket for old attendee with id %d for new event %d, so created a new ticket with id %d'.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.229
- Category
- Maintainability
- Occurrences
- 229
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNon-prefixed constantGlobal constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ANS_ASSETS_URL".186
- Category
- Maintainability
- Occurrences
- 186
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ANS_ASSETS_URL".
Show 15 moreShow less
WARNINGMaintainabilityNo Caching182
- Category
- Maintainability
- Occurrences
- 182
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
ERRORSecuritySQL query is not prepared165
- Category
- Security
- Occurrences
- 165
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $SQL
ERRORMaintainabilitydate date93
- Category
- Maintainability
- Occurrences
- 93
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORI18nMissing Arg Domain85
- Category
- I18n
- Occurrences
- 85
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
WARNINGSecurityInterpolated SQL is not prepared83
- Category
- Security
- Occurrences
- 83
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $approved_payment_status at AND Payment.STS_ID = '$approved_payment_status'\n
ERRORSecurityDatabase parameter is not escaped66
- Category
- Security
- Occurrences
- 66
- Severity
- error
Sample message
Unescaped parameter $SQL used in $wpdb->get_col()\n$SQL assigned unsafely at line 1312.
ERRORI18nNon Singular String Literal Text63
- Category
- I18n
- Occurrences
- 63
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: $EVT_ID
WARNINGSecurityDatabase parameter is not escaped62
- Category
- Security
- Occurrences
- 62
- Severity
- warning
Sample message
Unescaped parameter $country_table used in $wpdb->get_row()\n$country_table assigned unsafely at line 978.
WARNINGMaintainabilityNon-prefixed hook name51
- Category
- Maintainability
- Occurrences
- 51
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: " FHEE__EEH_Form_Fields__generate_form_input__required_label".
WARNINGMaintainabilityerror log print r47
- Category
- Maintainability
- Occurrences
- 47
- Severity
- warning
Sample message
print_r() found. Debug code should not normally be used in production.
WARNINGMaintainabilityNon-prefixed function42
- Category
- Maintainability
- Occurrences
- 42
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "array_all".
WARNINGMaintainabilityNon-prefixed interface36
- Category
- Maintainability
- Occurrences
- 36
- Severity
- warning
Sample message
Interfaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "EEHI_File".
ERRORMaintainabilitywp function not compatible with requires wp25
- Category
- Maintainability
- Occurrences
- 25
- Severity
- error
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.5.0.
WARNINGMaintainabilityNo PHP code found22
- Category
- Maintainability
- Occurrences
- 22
- Severity
- warning
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
WARNINGSecurityNonce verification recommended22
- Category
- Security
- Occurrences
- 22
- Severity
- warning
Sample message
Processing form data without nonce verification.
External Connections
Potential connections found in static code analysis.
Outbound calls
265
External assets
12
Incoming endpoints
23
Notable Domains
Platform / Reference Domains
External Asset Domains
Incoming Endpoints
wp_ajax
wp_ajax
Admin AJAX endpoints21
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
9 more hidden
Score History
First score snapshot
v5.0.58.decaf
20
Latest
- Findings
- 14,833
- Errors
- 12,698
- Warnings
- 2,135
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 20 | 14,833 | 12,698 | 2,135 | v5.0.58.decaf | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.