Blocks
blocks
└── components
└── testimonial
├── acf-json/ # Field group exported by ACF Sync
├── block.json # WP core block metadata
├── init.php # Optional render_callback
├── template.php # Twig‑like partial used by render callback
├── icon.svg # Editor icon (created by make.sh)
├── scss/style.scss # Block SCSS (compiled → css/style.css)
└── readme.mdScaffolding with make.sh
make.shsh make.sh testimonial componentsLife‑cycle
Phase
Hook
Dynamic Blocks
Last updated