Skip to content

Status Logger — Documentation

Contents

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.