Audit Trail

Audit Trail is a plugin to keep track of what is going on inside your blog by monitoring administration functions.

1 database table

Table NameDescriptionMethod
wp_audit_trailStores audit trail 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_comments
Direct access
wp_options
Option key:audit_error_logOption key:audit_expiryOption key:audit_ignoreOption key:audit_methodsOption key:audit_postOption key:audit_post_orderOption key:audit_supportOption key:audit_trailOption key:audit_version
wp_postmeta
Post meta