Section
Parameters
Example
echo ( new HivePress\Blocks\Section(
[
'title' => 'My Custom Text',
'blocks' => [
'my_custom_block' => [
'type' => 'content',
'content' => 'Hello World!',
'_order' => 123,
],
],
]
) )->render();Last updated