dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=Base Integrations mainly done - doing a test with setting up the Square in...
Jake Vanderwerf
10 days ago
de317675a8069b747cb253ba3e2b5dc394ca36ef
[jakevan/jvb.git]
/
src
/
timeline
/
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>