Simple History – Track, Log, and Audit WordPress Changes

Track changes and user activities on your WordPress site. See who created a page, uploaded an attachment, and more, for a complete audit trail.

2 database tables

Table NameDescriptionMethod
wp_simple_historyStores simple history data created by this plugin.Static
wp_simple_history_contextsStores simple history contexts 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:default_comment_statusOption key:include_headersOption key:limit_login_retriesOption key:nav_menu_optionsOption key:simple_history_alert_rulesOption key:simple_history_channel_fileOption key:simple_history_db_versionOption key:simple_history_detective_mode_enabledOption key:simple_history_email_report_enabledOption key:simple_history_email_report_recipientsOption key:simple_history_enable_rss_feedOption key:simple_history_experimental_features_enabledOption key:simple_history_install_date_gmtOption key:simple_history_pager_sizeOption key:simple_history_pager_size_dashboardOption key:simple_history_retention_daysOption key:simple_history_rss_secretOption key:simple_history_show_as_pageOption key:simple_history_show_in_admin_barOption key:simple_history_show_on_dashboardOption key:simple_history_total_logged_events_countOption key:sticky_posts
wp_postmeta
Post meta
wp_usermeta
User meta