Tessera for the Abilities API
Snapshot, audit, and rollback layer for plugins that register abilities via the WordPress Abilities API.
6 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_abilityguard_ | Stores abilityguard data created by this plugin. | Static |
| wp_abilityguard_approval_stages | Stores abilityguard approval stages data created by this plugin. | Static |
| wp_abilityguard_approvals | Stores abilityguard approvals data created by this plugin. | Static |
| wp_abilityguard_log | A logging table that records activity, events, or audit history. | Static |
| wp_abilityguard_log_meta | Stores additional metadata (key-value pairs) for abilityguard log records. | Static |
| wp_abilityguard_snapshots | Stores 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_optionsOption key:
abilityguard_db_versionOption key:abilityguard_last_prunedOption key:abilityguard_last_pruned_countwp_postmeta