WordPress / gutenberg-examples

Examples for extending WordPress/Gutenberg with blocks.
1.2k stars 316 forks source link

Fixes block variable name in template.php #252

Closed bacoords closed 1 year ago

bacoords commented 1 year ago

The Block Instance variable available in the render template of a dynamic block is just $block not $block_instance. This PR closes #247

Reference: https://github.com/WordPress/gutenberg/blob/trunk/docs/reference-guides/block-api/block-metadata.md#render