Event Tickets allows your visitors to RSVP and buy tickets to events on your site. Also works seamlessly with The Events Calendar.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
4,574
12 issue groups
I18n
1,927
4 issue groups
Security
933
9 issue groups
WARNINGMaintainabilityNon Prefixed Variable FoundGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$global_var".1,753
- Category
- Maintainability
- Occurrences
- 1,753
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$$global_var".
ERRORI18nText Domain MismatchMismatched text domain. Expected 'event-tickets' but got 'avent-automator'.1,655
- Category
- I18n
- Occurrences
- 1,655
- Severity
- error
Sample message
Mismatched text domain. Expected 'event-tickets' but got 'avent-automator'.
WARNINGMaintainabilityNon Prefixed Hookname FoundHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'tec_container_registered_provider_' . $service_provider_class".895
- Category
- Maintainability
- Occurrences
- 895
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'tec_container_registered_provider_' . $service_provider_class".
ERRORMaintainabilitymissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;857
- Category
- Maintainability
- Occurrences
- 857
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
WARNINGMaintainabilityNon Prefixed Namespace FoundNamespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "TEC\Common".770
- Category
- Maintainability
- Occurrences
- 770
- Severity
- warning
Sample message
Namespaces declared by a theme/plugin should start with the theme/plugin prefix. Found: "TEC\Common".
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.223
- Category
- I18n
- Occurrences
- 223
- 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 Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Class {$class} should override the `action` method to define its own unique identifier."'.222
- Category
- Security
- Occurrences
- 222
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Class {$class} should override the `action` method to define its own unique identifier."'.
ERRORSecurityOutput Not EscapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\n'.220
- Category
- Security
- Occurrences
- 220
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\n'.
WARNINGSecurityRecommendedProcessing form data without nonce verification.118
- Category
- Security
- Occurrences
- 118
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGSecurityMissingProcessing form data without nonce verification.109
- Category
- Security
- Occurrences
- 109
- Severity
- warning
Sample message
Processing form data without nonce verification.
Show 15 moreShow less
WARNINGSecurityMissing Unslash88
- Category
- Security
- Occurrences
- 88
- Severity
- warning
Sample message
$_COOKIE[$this->get_cart_hash()] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityInput Not Sanitized73
- Category
- Security
- Occurrences
- 73
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$this->get_cart_hash()]
WARNINGMaintainabilityNon Prefixed Function Found56
- Category
- Maintainability
- Occurrences
- 56
- Severity
- warning
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "has_blocks".
ERRORMaintainabilitydate date54
- Category
- Maintainability
- Occurrences
- 54
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
WARNINGSecurityInterpolated Not Prepared52
- Category
- Security
- Occurrences
- 52
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $meta_keys_in at \t\t\t JOIN $wpdb->postmeta pm ON ( $meta_keys_in ) AND p.ID = pm.meta_value\n
WARNINGMaintainabilityDirect Query50
- Category
- Maintainability
- Occurrences
- 50
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo Caching44
- Category
- Maintainability
- Occurrences
- 44
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGMaintainabilityslow db query meta key34
- Category
- Maintainability
- Occurrences
- 34
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
ERRORI18nNon Singular String Literal Text30
- Category
- I18n
- Occurrences
- 30
- Severity
- error
Sample message
The $text parameter must be a single text string literal. Found: "Please confirm you would like to delete these attendees.\n" .\n "Records for Series Pass attendees will be deleted from the Series and all events."
ERRORSecurityNot Prepared27
- Category
- Security
- Occurrences
- 27
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $delete
WARNINGSecurityInput Not Validated24
- Category
- Security
- Occurrences
- 24
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['check']. Check that the array index exists before using it.
WARNINGMaintainabilityslow db query meta value22
- Category
- Maintainability
- Occurrences
- 22
- Severity
- warning
Sample message
Detected usage of meta_value, possible slow query.
WARNINGMaintainabilityNon Prefixed Constant Found20
- Category
- Maintainability
- Occurrences
- 20
- Severity
- warning
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "HTTP_URL_JOIN_PATH".
WARNINGMaintainabilityslow db query meta query19
- Category
- Maintainability
- Occurrences
- 19
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
ERRORI18nMissing Arg Domain19
- Category
- I18n
- Occurrences
- 19
- Severity
- error
Sample message
Missing $domain parameter in function call to __().
Score History
First score snapshot
v5.28.4.1
24
Latest
- Findings
- 7,625
- Errors
- 3,415
- Warnings
- 4,210
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 7,625 | 3,415 | 4,210 | v5.28.4.1 | 2.0.0 |