# BW Pricing Card — Handoff Notes

Async comms between developers. Format: see §11 of PLUGIN.md.

---

### 2026-04-28 — from scaffold
**Status:** Unread
**Context:** Plugin lifted from the `kadence-child` theme block into a standalone, portable plugin at version 0.1.0. The original child-theme copy at `wp-content/themes/kadence-child/blocks/bw-pricing-card/` and its registration in `kadence-child/functions.php` are still present and will conflict with the plugin's `register_block_type()` call (same block name `bw/pricing-card`).
**Next step:** Before activating the plugin on this site, remove `'bw-pricing-card'` from the `$entries` array in `kadence-child/functions.php` and (optionally) delete the duplicate block directory under the child theme. On a fresh site without that theme, no action is needed.
**Blockers:** None.
