WP Simple Tracker

Adds a simple issue tracking system to your WordPress blog.

6 database tables

Table NameDescriptionMethod
wp_it_commentStores it comment data created by this plugin.Static
wp_it_issueStores it issue data created by this plugin.Static
wp_it_starredStores it starred data created by this plugin.Static
wp_it_statusStores analytics or statistics data.Static
wp_it_trackerStores it tracker data created by this plugin.Static
wp_it_typeStores 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_options
Option key:blog_charsetOption key:simpletracker_version