Bitlence Dev Code Tracker
Track time spent in wp-admin per page/post with idle detection, a 30-day chart, streak tracker, and per-page breakdown.
2 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_bdct_daily_summary | Stores bdct daily summary data created by this plugin. | Static |
| wp_bdct_time_sessions | Stores session data for tracking user or visitor state. | 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:
bdct_db_versionOption key:bdct_idle_timeoutOption key:bdct_min_session_secOption key:bdct_timezone_offsetOption key:bdct_track_roles