Event Tickets Manager for WooCommerce

Use this powerful WordPress event plugin to create and sell events, manage tickets, check-ins, recurring schedules, venues, and attendee details with …

v1.5.6WP SwingsUpdated Added 1k+ installs94% rating100% support resolved
28
Score
181
Errors
648
Warnings
+0
Change

Category Scores

Security0
Repo91
Performance100
Maintainability22

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

829 findings

Maintainability

668

15 issue groups

Security

157

8 issue groups

I18n

1

1 issue group

Repo Compliance

1

1 issue group

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$PAPER_SIZES".477
Category
Maintainability
Occurrences
477
Severity
warning

Sample message

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$PAPER_SIZES".

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".117
Category
Maintainability
Occurrences
117
Severity
warning

Sample message

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<pre>\n$debug_nodename [\n"'.104
Category
Security
Occurrences
104
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<pre>\n$debug_nodename [\n"'.

ERRORSecurityException output is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $errno"'.43
Category
Security
Occurrences
43
Severity
error

Sample message

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" $errno"'.

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;activate_event_tickets_manager_for_woocommerce&quot;.26
Category
Maintainability
Occurrences
26
Severity
warning

Sample message

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: &quot;activate_event_tickets_manager_for_woocommerce&quot;.

ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;24
Category
Maintainability
Occurrences
24
Severity
error

Sample message

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;ComposerAutoloaderInit4b3f8245b4eaf1946ec450b0997bbdb8&quot;.8
Category
Maintainability
Occurrences
8
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: &quot;ComposerAutoloaderInit4b3f8245b4eaf1946ec450b0997bbdb8&quot;.

WARNINGMaintainabilityslow db query meta queryDetected usage of meta_query, possible slow query.3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

Detected usage of meta_query, possible slow query.

WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Use of a direct database call is discouraged.

WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

Show 15 more
WARNINGSecurityInterpolated SQL is not prepared2
Category
Security
Occurrences
2
Severity
warning

Sample message

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $placeholders at \t\t\tWHERE status IN ($placeholders)\n

WARNINGMaintainabilityslow db query tax query2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

Detected usage of tax_query, possible slow query.

WARNINGSecurityMissing nonce verification2
Category
Security
Occurrences
2
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityNonce verification recommended2
Category
Security
Occurrences
2
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityInput is not sanitized2
Category
Security
Occurrences
2
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_POST[$child[&#039;id&#039;]]

ERRORMaintainabilityfile system operations chmod2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().

WARNINGI18nDiscouraged text-domain loading1
Category
I18n
Occurrences
1
Severity
warning

Sample message

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

ERRORSecurityDatabase parameter is not escaped1
Category
Security
Occurrences
1
Severity
error

Sample message

Unescaped parameter $query used in $wpdb->get_var()\n$query assigned unsafely at line 419.

ERRORSecuritySQL query is not prepared1
Category
Security
Occurrences
1
Severity
error

Sample message

Use placeholders and $wpdb->prepare(); found $query

WARNINGMaintainabilityNon-prefixed global variable1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: &quot;$key&quot;.

ERRORMaintainabilityfile system operations fclose1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().

ERRORMaintainabilityfile system operations fopen1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().

ERRORMaintainabilityfile system operations fwrite1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().

ERRORMaintainabilityrand rand1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

rand() is discouraged. Use the far less predictable wp_rand() instead.

ERRORRepo Complianceoutdated tested upto header1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Tested up to: 6.9 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

External Connections

Potential connections found in static code analysis.

46 domains

Outbound calls

264

External assets

8

Incoming endpoints

28

Notable Domains

wpswings.com66 · outbound
dompdf.github.com29 · outbound
docs.wpswings.com12 · outbound
api.hsforms.com2 · outbound

Platform / Reference Domains

w3.org64 · platform/reference
gnu.org30 · platform/reference
github.com3 · platform/reference
wordpress.org1 · platform/reference

External Asset Domains

youtube.com4 · asset + outbound

Incoming Endpoints

wp_ajax_nopriv_etmfw_skip_onboarding_popuppublic

wp_ajax

wp_ajax_nopriv_wps_default_filter_product_searchpublic

wp_ajax

wp_ajax_nopriv_wps_etmfw_create_recurring_eventpublic

wp_ajax

wp_ajax_nopriv_wps_etmfw_delete_recurring_eventpublic

wp_ajax

wp_ajax_nopriv_wps_etmfw_get_event_geocodepublic

wp_ajax

wp_ajax_nopriv_wps_etmfw_make_user_checkinpublic

wp_ajax

Admin AJAX endpoints16
wp_ajax_etmfw_skip_onboarding_popupauthenticated

wp_ajax

wp_ajax_wps_default_filter_product_searchauthenticated

wp_ajax

wp_ajax_wps_etmfw_create_recurring_eventauthenticated

wp_ajax

wp_ajax_wps_etmfw_delete_recurring_eventauthenticated

wp_ajax

wp_ajax_wps_etmfw_edit_user_infoauthenticated

wp_ajax

wp_ajax_wps_etmfw_get_event_geocodeauthenticated

wp_ajax

wp_ajax_wps_etmfw_make_user_checkinauthenticated

wp_ajax

wp_ajax_wps_etmfw_resend_mail_pdf_order_deatailsauthenticated

wp_ajax

wp_ajax_wps_etmfw_resend_the_ticket_pdfauthenticated

wp_ajax

wp_ajax_wps_etmfw_send_onboarding_dataauthenticated

wp_ajax

wp_ajax_wps_etmfw_submit_talk_to_expertauthenticated

wp_ajax

wp_ajax_wps_etmfwp_transfer_ticket_orgauthenticated

wp_ajax

4 more hidden

Score History

First score snapshot

v1.5.6

28

Latest

Findings
829
Errors
181
Warnings
648
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins