Blocks
Overview
Registers Spawn Gutenberg blocks from build/blocks or blocks directories.
Blocks
domain-searchtier-selectcheckoutlogindashboardaccountchat
Methods
init(): voidregister_blocks(): void
Example
php
add_action( 'init', [ SpawnBlocks::class, 'register_blocks' ] );