Tessera for the Abilities API

Snapshot, audit, and rollback layer for plugins that register abilities via the WordPress Abilities API.

6 database tables

Table NameDescriptionMethod
wp_abilityguard_Stores abilityguard data created by this plugin.Static
wp_abilityguard_approval_stagesStores abilityguard approval stages data created by this plugin.Static
wp_abilityguard_approvalsStores abilityguard approvals data created by this plugin.Static
wp_abilityguard_logA logging table that records activity, events, or audit history.Static
wp_abilityguard_log_metaStores additional metadata (key-value pairs) for abilityguard log records.Static
wp_abilityguard_snapshotsStores abilityguard snapshots 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:abilityguard_db_versionOption key:abilityguard_last_prunedOption key:abilityguard_last_pruned_count
wp_postmeta
Post meta