WP Simple Tracker
Adds a simple issue tracking system to your WordPress blog.
6 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_it_comment | Stores it comment data created by this plugin. | Static |
| wp_it_issue | Stores it issue data created by this plugin. | Static |
| wp_it_starred | Stores it starred data created by this plugin. | Static |
| wp_it_status | Stores analytics or statistics data. | Static |
| wp_it_tracker | Stores it tracker data created by this plugin. | Static |
| wp_it_type | Stores it type 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:
blog_charsetOption key:simpletracker_version