function gutenberg_register_block_core_navigation in Gutenberg 8.2
Register the navigation block.
@uses gutenberg_render_block_core_navigation()
Throws
WP_Error An WP_Error exception parsing the block definition.
1 string reference to 'gutenberg_register_block_core_navigation'
- navigation.php in vendor/
gutenberg/ block-library/ blocks/ navigation.php
File
- vendor/
gutenberg/ block-library/ blocks/ navigation.php, line 290
Code
function gutenberg_register_block_core_navigation() {
register_block_type_from_metadata(__DIR__ . '/navigation');
}