Purpose
Fired after the bootstrap writer has written a plugin-shipped bootstrap bundle into the database. The database now matches the bootstrap bundle; compiled caches must recompile from the fresh truth.
Usage
add_action( 'wr_bundle_bootstrap_written', array( $this, 'on_bootstrap_written' ) );No parameters are passed.
Use Case
Same cache-invalidation semantics as wr_bundle_imported — subscribe if your plugin holds state compiled from WR configuration rows.
