Event Genius – Event Management, Registration, RSVP, and Tickets Security & Risk Analysis

wordpress.org/plugins/event-genius

WordPress event management plugin built to be reliable and complete. Supports event registration, recurring events, tickets, and calendars.

100 active installs v1.8 PHP 7.4+ WP 6.0+ Updated Feb 27, 2026
event-managementevent-registrationeventsrsvptickets
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Event Genius – Event Management, Registration, RSVP, and Tickets Safe to Use in 2026?

Generally Safe

Score 100/100

Event Genius – Event Management, Registration, RSVP, and Tickets has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The Event Genius plugin v1.8 exhibits a mixed security posture. On the positive side, it shows strong adherence to security best practices with a high percentage of SQL queries using prepared statements and a substantial majority of outputs being properly escaped. The plugin also demonstrates a good understanding of WordPress security by implementing a large number of nonce and capability checks. The complete absence of known CVEs and a clean vulnerability history further suggests a commitment to security maintenance.

However, several concerns arise from the static analysis. The plugin exposes a significant attack surface through 56 AJAX handlers, with 25 of these lacking authentication checks, presenting a potential entry point for unauthorized actions. The taint analysis reveals 9 flows with unsanitized paths, including 4 categorized as high severity. While no critical taint flows or direct vulnerabilities were found, these high-severity unsanitized paths are a notable risk that could lead to more serious exploits if not addressed. The use of a bundled library, Select2, also warrants attention, as outdated versions can introduce vulnerabilities.

Key Concerns

  • AJAX handlers without authentication
  • Taint flows with unsanitized paths (high severity)
  • Bundled libraries (Select2)
Vulnerabilities
None known

Event Genius – Event Management, Registration, RSVP, and Tickets Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

Event Genius – Event Management, Registration, RSVP, and Tickets Code Analysis

Dangerous Functions
0
Raw SQL Queries
15
109 prepared
Unescaped Output
245
2966 escaped
Nonce Checks
52
Capability Checks
110
File Operations
3
External Requests
0
Bundled Libraries
1

Bundled Libraries

Select2

SQL Query Safety

88% prepared124 total queries

Output Escaping

92% escaped3211 total outputs
Data Flows
9 unsanitized

Data Flow Analysis

25 flows9 with unsanitized paths
<all-events-grid> (admin\templates\evge\all-events\all-events-grid.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
25 unprotected

Event Genius – Event Management, Registration, RSVP, and Tickets Attack Surface

Entry Points64
Unprotected25

AJAX Handlers 56

authwp_ajax_evge_check_series_queue_after_saveWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:55
authwp_ajax_evge_check_series_queueWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:57
authwp_ajax_evge_process_series_queue_batchWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:58
authwp_ajax_evge_trash_all_recurrencesWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:60
authwp_ajax_evge_get_recurrence_trash_optionsWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:61
authwp_ajax_evge_get_recurrence_template_trash_optionsWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:62
authwp_ajax_evge_trash_template_eventWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:63
authwp_ajax_evge_undo_recurrence_creationWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:64
authwp_ajax_evge_refresh_venue_listWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:76
authwp_ajax_evge_refresh_organizer_listWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:77
authwp_ajax_evge_update_calendar_previewWPEventGenius\Admin\Services\CalendarBuilderService.php:14
authwp_ajax_evge_save_calendarWPEventGenius\Admin\Services\CalendarBuilderService.php:15
authwp_ajax_evge_get_termsWPEventGenius\Admin\Services\CalendarBuilderService.php:16
authwp_ajax_evge_get_calendar_contentWPEventGenius\Admin\Services\CalendarBuilderService.php:22
authwp_ajax_evge_get_calendar_embed_instructionsWPEventGenius\Admin\Services\CalendarBuilderService.php:23
authwp_ajax_evge_delete_calendar_modalWPEventGenius\Admin\Services\CalendarBuilderService.php:24
authwp_ajax_evge_notice_actionWPEventGenius\Admin\Services\DashboardNoticeService.php:25
authwp_ajax_evge_upcoming_eventsWPEventGenius\Admin\Services\DashboardPageService.php:21
authwp_ajax_evge_latest_registrationsWPEventGenius\Admin\Services\DashboardPageService.php:22
authwp_ajax_evge_save_fieldWPEventGenius\Admin\Services\FormBuilderService.php:23
authwp_ajax_evge_save_all_fieldsWPEventGenius\Admin\Services\FormBuilderService.php:24
authwp_ajax_evge_delete_fieldWPEventGenius\Admin\Services\FormBuilderService.php:25
authwp_ajax_evge_create_fieldWPEventGenius\Admin\Services\FormBuilderService.php:26
authwp_ajax_evge_save_formWPEventGenius\Admin\Services\FormBuilderService.php:27
authwp_ajax_evge_in_form_add_fieldWPEventGenius\Admin\Services\FormBuilderService.php:28
authwp_ajax_evge_create_form_modal_contentWPEventGenius\Admin\Services\FormBuilderService.php:29
authwp_ajax_evge_create_new_formWPEventGenius\Admin\Services\FormBuilderService.php:30
authwp_ajax_evge_identifier_tools_modal_contentWPEventGenius\Admin\Services\PageService.php:36
authwp_ajax_evge_event_actions_modal_contentWPEventGenius\Admin\Services\PageService.php:37
authwp_ajax_evge_send_confirmation_emailWPEventGenius\Admin\Services\PageService.php:38
authwp_ajax_evge_toggle_gateway_enabledWPEventGenius\Admin\Services\PaymentMethodAdmin.php:15
noprivwp_ajax_evge_get_registration_contentWPEventGenius\Common\CustomPostTypes\Event\EventBase.php:17
authwp_ajax_evge_get_registration_contentWPEventGenius\Common\CustomPostTypes\Event\EventBase.php:18
noprivwp_ajax_evge_get_already_registered_contentWPEventGenius\Common\CustomPostTypes\Event\EventBase.php:20
authwp_ajax_evge_get_already_registered_contentWPEventGenius\Common\CustomPostTypes\Event\EventBase.php:21
authwp_ajax_evge_registration_cancel_submitWPEventGenius\Common\Services\ActionService.php:40
noprivwp_ajax_evge_registration_cancel_submitWPEventGenius\Common\Services\ActionService.php:41
authwp_ajax_evge_cancel_request_confirmWPEventGenius\Common\Services\ActionService.php:43
noprivwp_ajax_evge_cancel_request_confirmWPEventGenius\Common\Services\ActionService.php:44
authwp_ajax_evge_get_shortcode_contentWPEventGenius\Common\Services\ActionService.php:46
noprivwp_ajax_evge_get_shortcode_contentWPEventGenius\Common\Services\ActionService.php:47
authwp_ajax_evge_calendar_navigationWPEventGenius\Common\Services\CalendarActionsService.php:23
noprivwp_ajax_evge_calendar_navigationWPEventGenius\Common\Services\CalendarActionsService.php:24
authwp_ajax_evge_get_event_detailsWPEventGenius\Common\Services\CalendarActionsService.php:25
noprivwp_ajax_evge_get_event_detailsWPEventGenius\Common\Services\CalendarActionsService.php:26
authwp_ajax_evge_get_day_eventsWPEventGenius\Common\Services\CalendarActionsService.php:27
noprivwp_ajax_evge_get_day_eventsWPEventGenius\Common\Services\CalendarActionsService.php:28
authwp_ajax_evge_get_dynamic_contentWPEventGenius\Common\Services\DynamicContentService.php:23
noprivwp_ajax_evge_get_dynamic_contentWPEventGenius\Common\Services\DynamicContentService.php:24
authwp_ajax_evge_dismiss_post_editor_blocks_noticeWPEventGenius\Common\Services\EmbedInstructionsService.php:43
authwp_ajax_evge_frontend_notice_dismissWPEventGenius\Common\Services\FrontEndAdminNoticeService.php:37
authwp_ajax_evge_registration_form_submitWPEventGenius\Common\Services\RegistrationFormService.php:45
noprivwp_ajax_evge_registration_form_submitWPEventGenius\Common\Services\RegistrationFormService.php:46
authwp_ajax_evge_validate_emailWPEventGenius\Common\Services\RegistrationFormService.php:47
noprivwp_ajax_evge_validate_emailWPEventGenius\Common\Services\RegistrationFormService.php:48
authwp_ajax_evge_get_upsell_modalWPEventGenius\Common\Services\UpsellService.php:63

REST API Routes 5

POST/wp-json/wp-event-genius/v1/attendee-list/previewWPEventGenius\Blocks\AttendeeList\Block.php:68
GET/wp-json/wp-event-genius/v1/attendee-list/event-fieldsWPEventGenius\Blocks\AttendeeList\Block.php:76
POST/wp-json/wp-event-genius/v1/calendar/previewWPEventGenius\Blocks\Calendar\Block.php:43
POST/wp-json/wp-event-genius/v1/registration-form/previewWPEventGenius\Blocks\RegistrationForm\Block.php:59
GET/wp-json/evge/v1/upcoming-eventsWPEventGenius\Common\Services\CalendarActionsService.php:546

Shortcodes 3

[event_genius_attendees] WPEventGenius\Common\Services\AttendeeListService.php:21
[event_genius_calendar] WPEventGenius\Common\Services\CalendarActionsService.php:30
[event_genius_registration_form] WPEventGenius\Common\Services\RegistrationFormService.php:51
WordPress Hooks 137
actionadmin_noticesincludes\activate-check.php:71
actionplugins_loadedincludes\init-free.php:23
actioninitincludes\init-free.php:32
actionevge_general_settings_license_sectionincludes\init-free.php:79
actionadmin_initincludes\init.php:392
actionplugins_loadedincludes\init.php:395
filterevge_bulk_registration_panel_neededtemplates\event-genius\events\calendars\calendar.php:49
filterevge_bulk_registration_panel_datatemplates\event-genius\events\calendars\calendar.php:50
actionadmin_enqueue_scriptsWPEventGenius\Admin\Page\BasePage.php:19
actioninitWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:33
actionadd_meta_boxesWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:35
actionadmin_enqueue_scriptsWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:36
filterget_edit_post_linkWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:37
actionbefore_delete_postWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:40
actionupdated_post_metaWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:43
actionadded_post_metaWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:44
actionadmin_initWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:67
actionbefore_delete_postWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:70
actionbulk_post_deletedWPEventGenius\Admin\Services\AdminCustomPostTypeService.php:73
actionadmin_enqueue_scriptsWPEventGenius\Admin\Services\CalendarBuilderService.php:17
actionadmin_initWPEventGenius\Admin\Services\CalendarBuilderService.php:18
actionevge_calendar_edit_formWPEventGenius\Admin\Services\CalendarBuilderService.php:19
actionadmin_initWPEventGenius\Admin\Services\CalendarBuilderService.php:21
actionadmin_initWPEventGenius\Admin\Services\CalendarBuilderService.php:25
actionadmin_initWPEventGenius\Admin\Services\DashboardNoticeService.php:20
actionadmin_print_scriptsWPEventGenius\Admin\Services\DashboardNoticeService.php:21
actionevge_dashboard_topWPEventGenius\Admin\Services\DashboardNoticeService.php:22
actioninitWPEventGenius\Admin\Services\FormBuilderService.php:31
actioninitWPEventGenius\Admin\Services\FormBuilderService.php:32
actionadmin_enqueue_scriptsWPEventGenius\Admin\Services\FormBuilderService.php:34
filterevge_registration_form_flagsWPEventGenius\Admin\Services\FormBuilderService.php:278
actionevge_admin_payment_gateway_settings_offlineWPEventGenius\Admin\Services\Gateways\OfflineAdmin.php:21
actionadmin_initWPEventGenius\Admin\Services\Gateways\OfflineAdmin.php:22
actionadmin_menuWPEventGenius\Admin\Services\MenusService.php:37
filtersubmenu_fileWPEventGenius\Admin\Services\MenusService.php:39
actionadmin_enqueue_scriptsWPEventGenius\Admin\Services\MenusService.php:40
actionadmin_initWPEventGenius\Admin\Services\PageService.php:40
actionadmin_initWPEventGenius\Admin\Services\PageService.php:41
actionadmin_initWPEventGenius\Admin\Services\PageService.php:42
actionevge_admin_action_listenerWPEventGenius\Admin\Services\PageService.php:43
actionadmin_footerWPEventGenius\Admin\Services\PageService.php:44
actionevge_admin_page_contentWPEventGenius\Admin\Services\PageService.php:49
actionevge_admin_modalWPEventGenius\Admin\Services\PageService.php:50
actionadmin_initWPEventGenius\Admin\Services\SettingsService.php:34
actionadmin_initWPEventGenius\Admin\Services\SettingsService.php:35
actionadmin_enqueue_scriptsWPEventGenius\Admin\Services\SettingsService.php:36
actionrest_api_initWPEventGenius\Blocks\AttendeeList\Block.php:10
actionrest_api_initWPEventGenius\Blocks\Calendar\Block.php:13
actionwp_enqueue_scriptsWPEventGenius\Blocks\EventDate\Block.php:54
actionrest_api_initWPEventGenius\Blocks\RegistrationForm\Block.php:11
filterget_block_templatesWPEventGenius\BlockTheme\Services\BlockThemeTemplateService.php:33
filterget_block_templateWPEventGenius\BlockTheme\Services\BlockThemeTemplateService.php:34
filterblock_categories_allWPEventGenius\BlockTheme\Services\BlockThemeTemplateService.php:37
actioninitWPEventGenius\BlockTheme\Services\BlockThemeTemplateService.php:40
filterallowed_block_types_allWPEventGenius\BlockTheme\Services\BlockThemeTemplateService.php:43
filterrender_blockWPEventGenius\BlockTheme\Services\BlockThemeTemplateService.php:46
filterarchive_templateWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:17
filtersearch_templateWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:18
filterthe_contentWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:19
actionpre_get_postsWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:20
filterthe_titleWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:23
filterpost_thumbnail_htmlWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:24
filterget_the_titleWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:25
filterget_the_archive_titleWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:28
filtersingle_term_titleWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:29
filtersingle_cat_titleWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:30
filtersingle_tag_titleWPEventGenius\Common\CustomPostTypes\Event\EventArchive.php:31
filtersingle_templateWPEventGenius\Common\CustomPostTypes\Event\EventSingle.php:21
filterthe_contentWPEventGenius\Common\CustomPostTypes\Event\EventSingle.php:22
actionevge_before_single_event_contentWPEventGenius\Common\CustomPostTypes\Event\EventSingle.php:23
actionevge_after_single_event_contentWPEventGenius\Common\CustomPostTypes\Event\EventSingle.php:24
actionwp_enqueue_scriptsWPEventGenius\Common\CustomPostTypes\Event\EventSingle.php:26
actiontemplate_redirectWPEventGenius\Common\CustomPostTypes\Event\EventSingle.php:29
actionwpWPEventGenius\Common\CustomPostTypes\Event\EventSingle.php:32
filterwpseo_canonicalWPEventGenius\Common\CustomPostTypes\Event\EventSingle.php:206
filterrank_math/frontend/canonicalWPEventGenius\Common\CustomPostTypes\Event\EventSingle.php:212
actionwp_headWPEventGenius\Common\CustomPostTypes\Event\EventSingle.php:220
filterarchive_templateWPEventGenius\Common\CustomPostTypes\Organizer\OrganizerArchive.php:15
filtersearch_templateWPEventGenius\Common\CustomPostTypes\Organizer\OrganizerArchive.php:16
filtersingle_templateWPEventGenius\Common\CustomPostTypes\Organizer\OrganizerSingle.php:17
filterthe_contentWPEventGenius\Common\CustomPostTypes\Organizer\OrganizerSingle.php:18
actionwp_enqueue_scriptsWPEventGenius\Common\CustomPostTypes\Organizer\OrganizerSingle.php:20
filterarchive_templateWPEventGenius\Common\CustomPostTypes\Venue\VenueArchive.php:15
filtersearch_templateWPEventGenius\Common\CustomPostTypes\Venue\VenueArchive.php:16
filtersingle_templateWPEventGenius\Common\CustomPostTypes\Venue\VenueSingle.php:17
filterthe_contentWPEventGenius\Common\CustomPostTypes\Venue\VenueSingle.php:18
actionwp_enqueue_scriptsWPEventGenius\Common\CustomPostTypes\Venue\VenueSingle.php:20
filterevge_date_formatWPEventGenius\Common\Integrations\TranslatePress.php:39
filterevge_time_formatWPEventGenius\Common\Integrations\TranslatePress.php:42
filterevge_date_i18nWPEventGenius\Common\Integrations\TranslatePress.php:45
actiontemplate_redirectWPEventGenius\Common\Services\ActionService.php:36
actionwp_footerWPEventGenius\Common\Services\ActionService.php:38
actionadmin_enqueue_scriptsWPEventGenius\Common\Services\BlockLoaderService.php:36
actioninitWPEventGenius\Common\Services\BlockLoaderService.php:37
filterget_block_templatesWPEventGenius\Common\Services\BlockThemeTemplateService.php:23
actioninitWPEventGenius\Common\Services\BlockThemeTemplateService.php:26
actionparse_queryWPEventGenius\Common\Services\BlogLoopService.php:22
actionevge_after_registration_submittedWPEventGenius\Common\Services\CacheClearingService.php:35
actionevge_after_bulk_registration_submittedWPEventGenius\Common\Services\CacheClearingService.php:36
actionevge_registration_updatedWPEventGenius\Common\Services\CacheClearingService.php:37
actionevge_after_successful_cancelWPEventGenius\Common\Services\CacheClearingService.php:38
actionrest_api_initWPEventGenius\Common\Services\CalendarActionsService.php:33
actioninitWPEventGenius\Common\Services\CptSlugService.php:117
actionupdate_option_evge_settingsWPEventGenius\Common\Services\CptSlugService.php:119
actioninitWPEventGenius\Common\Services\CptSlugService.php:121
actionwp_enqueue_scriptsWPEventGenius\Common\Services\CustomPostTypeService.php:23
actionpre_get_postsWPEventGenius\Common\Services\CustomPostTypeService.php:25
actioninitWPEventGenius\Common\Services\CustomPostTypeService.php:33
actionwp_initialize_siteWPEventGenius\Common\Services\DBManagerService.php:18
actionevge_embed_instructions_afterWPEventGenius\Common\Services\EmbedInstructionsService.php:37
filterevge_single_event_sections_registrationWPEventGenius\Common\Services\EmbedInstructionsService.php:38
actionadmin_enqueue_scriptsWPEventGenius\Common\Services\EmbedInstructionsService.php:41
actionadmin_footerWPEventGenius\Common\Services\EmbedInstructionsService.php:42
actionwp_footerWPEventGenius\Common\Services\FrontEndAdminNoticeService.php:34
actionwp_enqueue_scriptsWPEventGenius\Common\Services\FrontEndAdminNoticeService.php:40
actionadmin_footerWPEventGenius\Common\Services\ModalService.php:45
actionwp_footerWPEventGenius\Common\Services\ModalService.php:46
actionadded_post_metaWPEventGenius\Common\Services\RelationshipSyncService.php:19
actionupdated_post_metaWPEventGenius\Common\Services\RelationshipSyncService.php:20
actiondeleted_post_metaWPEventGenius\Common\Services\RelationshipSyncService.php:21
actionadded_post_metaWPEventGenius\Common\Services\RelationshipSyncService.php:24
actionupdated_post_metaWPEventGenius\Common\Services\RelationshipSyncService.php:25
actiondeleted_post_metaWPEventGenius\Common\Services\RelationshipSyncService.php:26
actionbefore_delete_postWPEventGenius\Common\Services\RelationshipSyncService.php:29
actionwp_enqueue_scriptsWPEventGenius\Common\Services\ScriptService.php:29
actionadmin_enqueue_scriptsWPEventGenius\Common\Services\ScriptService.php:30
filterwp_sitemaps_posts_query_argsWPEventGenius\Common\Services\SEOService.php:31
actionwp_enqueue_scriptsWPEventGenius\Common\Services\StyleService.php:26
actionadmin_enqueue_scriptsWPEventGenius\Common\Services\StyleService.php:29
actioninitWPEventGenius\Common\Services\UpdateService.php:250
actioninitWPEventGenius\Common\Services\UpdateService.php:357
filterevge_form_builder_action_buttonWPEventGenius\Common\Services\UpsellService.php:45
filterevge_all_events_navigation_argsWPEventGenius\Common\Services\UpsellService.php:48
filterevge_single_event_sections_registrationWPEventGenius\Common\Services\UpsellService.php:51
filterevge_single_registration_sub_navigation_argsWPEventGenius\Common\Services\UpsellService.php:54
filterevge_settings_navigation_argsWPEventGenius\Common\Services\UpsellService.php:57
actionevge_form_field_type_select_afterWPEventGenius\Common\Services\UpsellService.php:60

Scheduled Events 2

evge_process_series_queue
evge_process_series_queue
Maintenance & Trust

Event Genius – Event Management, Registration, RSVP, and Tickets Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedFeb 27, 2026
PHP min version7.4
Downloads3K

Community Trust

Rating100/100
Number of ratings6
Active installs100
Developer Profile

Event Genius – Event Management, Registration, RSVP, and Tickets Developer Profile

Event Genius

1 plugin · 100 total installs

94
trust score
Avg Security Score
100/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Event Genius – Event Management, Registration, RSVP, and Tickets

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/event-genius/assets/css/admin-style.css/wp-content/plugins/event-genius/assets/css/select2.css/wp-content/plugins/event-genius/assets/css/bootstrap-datetimepicker.css/wp-content/plugins/event-genius/assets/css/event-genius-admin.css/wp-content/plugins/event-genius/assets/css/event-genius-frontend.css/wp-content/plugins/event-genius/assets/js/admin/event-genius-admin.js/wp-content/plugins/event-genius/assets/js/admin/event-genius-admin-new.js/wp-content/plugins/event-genius/assets/js/event-genius-frontend.js+6 more
Script Paths
/wp-content/plugins/event-genius/assets/js/admin/event-genius-admin.js/wp-content/plugins/event-genius/assets/js/admin/event-genius-admin-new.js/wp-content/plugins/event-genius/assets/js/event-genius-frontend.js/wp-content/plugins/event-genius/assets/js/admin/event-genius-admin-init.js/wp-content/plugins/event-genius/assets/js/admin/select2.js/wp-content/plugins/event-genius/assets/js/admin/bootstrap-datetimepicker.js+3 more
Version Parameters
event-genius/assets/css/admin-style.css?ver=event-genius/assets/css/select2.css?ver=event-genius/assets/css/bootstrap-datetimepicker.css?ver=event-genius/assets/css/event-genius-admin.css?ver=event-genius/assets/css/event-genius-frontend.css?ver=event-genius/assets/js/admin/event-genius-admin.js?ver=event-genius/assets/js/admin/event-genius-admin-new.js?ver=event-genius/assets/js/event-genius-frontend.js?ver=event-genius/assets/js/admin/event-genius-admin-init.js?ver=event-genius/assets/js/admin/select2.js?ver=event-genius/assets/js/admin/bootstrap-datetimepicker.js?ver=event-genius/assets/js/event-genius-datepicker.js?ver=event-genius/assets/js/jquery.easypiechart.min.js?ver=event-genius/assets/js/admin/Chart.min.js?ver=

HTML / DOM Fingerprints

CSS Classes
evge-main-admin-navevge-main-admin-nav-innerevge-main-admin-nav-itemevge-nav-tabevge-nav-tab-activeevge-modal-triggerevge-upsell-pro-badgeevge-main-admin-subnav+23 more
HTML Comments
Copyright 2026 by WP Event Genius LLCThis program is free software; you can redistribute it and/ormodify it under the terms of the GNU General Public Licenseas published by the Free Software Foundation; either version 2+9 more
Data Attributes
data-evge-ajaxdata-autotriggerdata-evge-iddata-evge-modal-contentdata-evge-ajaxdata-evge-modal-settings+1 more
JS Globals
evge_admin_paramsEventGeniusFrontend
REST Endpoints
/wp-json/evge/v1/events/wp-json/evge/v1/registrations/wp-json/evge/v1/settings
Shortcode Output
[event-genius-calendar][event-genius-list][event-genius-form][event-genius-countdown]
FAQ

Frequently Asked Questions about Event Genius – Event Management, Registration, RSVP, and Tickets