dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Debugging and implementing the Checkout.js logic. Will be uploading to tes...
Jake Vanderwerf
2026-06-22
715e26a9eb219808d5c899d418e1d596f9318f61
[jakevan/jvb.git]
/
src
/
glossary
/
render.php
1
2
3
4
5
6
7
8
<?php
/**
* @see https://github.com/WordPress/gutenberg/blob/trunk/docs/reference-guides/block-api/block-metadata.md#render
*/
?>
<p <?php echo get_block_wrapper_attributes(); ?>>
<?php esc_html_e( 'Menu – hello from a dynamic block!', 'menu' ); ?>
</p>