Skip to content

Instantly share code, notes, and snippets.

View VladStorozhenko's full-sized avatar
🎯
Focusing

Vladislav Storozhenko VladStorozhenko

🎯
Focusing
View GitHub Profile
register_block_type( 'my_namespace/my_block', [
'render_callback' => 'render_callback',
'attributes' => [
'some_string' => [
'default' => 'default string',
'type' => 'string'
],
'some_array' => [
'type' => 'array',
'items' => [