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 Name | Description | Method |
|---|---|---|
| wp_support_ticket | Stores support ticket data created by this plugin. | Static |
| wp_support_ticket_message | Stores 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_optionsOption 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