Restaurant Solutions – Checklist
Create an interactive checklist for your managers to use that saves and stores a report when they click submit. Then you can recall any list from any …
2 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_checklist | Stores checklist data created by this plugin. | Static |
| wp_employee | Stores employee 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_postmetawp_postsCustom post type:
stp_checklist