@wpkernel/core / wpkEventsPlugin
Function: wpkEventsPlugin()
ts
function wpkEventsPlugin(options): WPKernelReduxMiddleware;Bridge WPKernel lifecycle events into WordPress middleware and notices.
The plugin mirrors action lifecycle and cache invalidation events onto wp.hooks while optionally surfacing admin notices via the core notices store. It returns a Redux middleware compatible with @wordpress/data.
Parameters
options
Kernel event wiring options
Returns
Redux middleware with a destroy() teardown helper
