Event Koi Lite – Events Calendar, Event Management, RSVP, and Tickets

A modern, unbloated WordPress events calendar plugin. Sell tickets, create an events calendar or list, manage RSVPs and attendees.

7 database tables

Table NameDescriptionMethod
wp_eventkoi_chargesStores eventkoi charges data created by this plugin.Static
wp_eventkoi_customersStores eventkoi customers data created by this plugin.Static
wp_eventkoi_order_notesStores order records and related transaction data.Static
wp_eventkoi_ordersStores order records and related transaction data.Static
wp_eventkoi_rsvpsStores eventkoi rsvps data created by this plugin.Static
wp_eventkoi_ticket_ordersStores order records and related transaction data.Static
wp_eventkoi_ticketsStores eventkoi tickets 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:eventkoi_api_keyOption key:eventkoi_current_theme_supportOption key:eventkoi_db_versionOption key:eventkoi_default_event_calOption key:eventkoi_default_template_idOption key:eventkoi_demo_event_idOption key:eventkoi_events_cache_versionOption key:eventkoi_flush_neededOption key:eventkoi_migrated_event_postsOption key:eventkoi_permalinksOption key:eventkoi_queue_flush_rewrite_rulesOption key:eventkoi_quick_start_completedOption key:eventkoi_rsvp_heal_auditOption key:eventkoi_rsvp_instance_ts_healedOption key:eventkoi_settingsOption key:eventkoi_shared_secretOption key:eventkoi_show_quick_start_promptOption key:eventkoi_site_instance_idOption key:eventkoi_template_page_idOption key:eventkoi_versionOption key:eventkoi_wc_ticket_product_id
wp_postmeta
Post meta
wp_posts
Custom post type:eventkoi_event
wp_termmeta
Term meta
wp_terms
Custom taxonomy:event_cal
wp_usermeta
User meta