Evenzo Events Manager for WooCommerce

A complete event management plugin for WooCommerce. Create events, sell tickets, manage attendees, and run check-ins with QR codes.

6 database tables

Table NameDescriptionMethod
wp_emwc_attendeesStores emwc attendees data created by this plugin.Static
wp_emwc_checkinsStores emwc checkins data created by this plugin.Static
wp_emwc_pricing_rulesStores emwc pricing rules data created by this plugin.Static
wp_emwc_seating_chartsStores emwc seating charts data created by this plugin.Static
wp_emwc_seatsStores emwc seats data created by this plugin.Static
wp_emwc_waitlistStores emwc waitlist data created by this plugin.Static

Core Table Usage

This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.

wp_options
Option key:days_beforeOption key:emwc_activation_timeOption key:emwc_attendee_data_retentionOption key:emwc_category_slugOption key:emwc_collect_attendee_infoOption key:emwc_date_formatOption key:emwc_db_versionOption key:emwc_default_calendar_viewOption key:emwc_default_timezoneOption key:emwc_delete_data_on_uninstallOption key:emwc_enable_debug_modeOption key:emwc_enable_ical_exportOption key:emwc_enable_rest_apiOption key:emwc_enable_schema_markupOption key:emwc_enable_seating_chartsOption key:emwc_enable_waitlist_defaultOption key:emwc_event_archive_pageOption key:emwc_event_slugOption key:emwc_events_per_pageOption key:emwc_flush_feed_rulesOption key:emwc_flush_rss_feed_rulesOption key:emwc_google_maps_api_keyOption key:emwc_google_maps_default_zoomOption key:emwc_google_maps_heightOption key:emwc_google_maps_show_directionsOption key:emwc_google_maps_show_on_eventOption key:emwc_google_maps_styleOption key:emwc_max_tickets_defaultOption key:emwc_min_tickets_defaultOption key:emwc_persons_per_ticket_defaultOption key:emwc_qr_code_sizeOption key:emwc_seating_db_versionOption key:emwc_show_add_to_calendarOption key:emwc_show_event_countdownOption key:emwc_show_location_on_eventOption key:emwc_show_past_eventsOption key:emwc_show_seating_on_eventOption key:emwc_show_share_buttonsOption key:emwc_show_speakers_on_eventOption key:emwc_show_ticket_countdownOption key:emwc_ticket_code_lengthOption key:emwc_ticket_code_prefixOption key:emwc_time_formatOption key:emwc_versionOption key:emwc_waitlist_auto_notifyOption key:emwc_waitlist_expiry_hoursOption key:emwc_webhook_logsOption key:emwc_webhook_retry_queueOption key:emwc_webhooksOption key:recipient
wp_postmeta
Post meta
wp_posts
Custom post type:emwc_eventCustom post type:emwc_organizerCustom post type:emwc_speakerCustom post type:emwc_venue
wp_termmeta
Term meta
wp_terms
Custom taxonomy:emwc_event_categoryCustom taxonomy:emwc_speaker_category
wp_usermeta
User meta