Purpose

Fired after a bundle sync run has completed (all plugin-shipped bundles reconciled against the database). At this point the database reflects the synced bundle state.

Usage

add_action( 'wr_bundle_synced', array( $this, 'on_bundle_synced' ) );

No parameters are passed.

Use Case

Invalidate caches derived from WR configuration. WR itself uses this action to drop the compiled runtime catalog and to clear bundle-drift markers; the render plan is recompiled either immediately or on the next compile window.

See also wr_bundle_imported.