What problem does it solve?
Awareness of who is logged in, what admin screens they view, and which posts they edit, without mutating core WP tables or relying on unstable core features. This skill serves as a canonical reference for the WordPress Presence API (experimental feature plugin) and demonstrates the architectural pattern (a dedicated wp_presence table with a TTL and Heartbeat transport) to guide developers away from postmeta- or options-based presence implementations.
Core Features & Use Cases
- Architectural pattern exposure: documents the TTL-based presence table design and Heartbeat transport as a scalable pattern for ephemeral admin state.
- Awareness reference: helps developers verify existence, state, and intended usage against canonical sources.
- Decision guidance: clarifies scope, stability, and production readiness for present-ping features in WP projects.
Quick Start
Inspect the canonical sources linked in the References section to understand current state and recommended usage.