Simple Support Tickets

A simple support ticket system allowing users to submit tickets from the front end and admins to respond from the backend.

2 database tables

Table NameDescriptionMethod
wp_support_ticketStores support ticket data created by this plugin.Static
wp_support_ticket_messageStores support ticket message 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:add_ticket_page_idOption key:details_ticket_page_idOption key:list_ticket_page_idOption key:sst_db_versionOption key:sst_details_ticket_page_idOption key:sst_list_ticket_page_id