Status Logger — Documentation¶
Contents¶
- Architecture — module overview and boot sequence
- Database — table schemas and ER diagram
- Filters — available WordPress filters
Overview¶
Status Logger hooks into WooCommerce's order and subscription status change events and persists each transition to two dedicated database tables: wc_status_log_orders and wc_status_log_subscriptions. This gives a reliable audit trail independent of WooCommerce's built-in order notes.
The package uses the barberklingen/base-plugin ORM layer and migrates its own schema via a versioned Migrator.