Parsed: 130588
<?php /** * Server-side rendering of the `core/navigation-submenu` block. * * @package WordPress */ /* function block_core_navigation_submenu_build_css_colors() – Build an array with CSS classes and inline styles defining the colors which will be applied to the navigation markup in the front-end. */ /* function block_core_navigation_submenu_build_css_font_sizes() – Build an array with CSS classes and inline styles defining the font sizes which will be applied to the navigation markup in the front-end. */ /* function block_core_navigation_submenu_render_submenu_icon() – Returns the top-level submenu SVG chevron icon. */ /* function render_block_core_navigation_submenu() – Renders the `core/navigation-submenu` block. */ /* function register_block_core_navigation_submenu() – Register the navigation submenu block. */ add_action( 'init', 'register_block_core_navigation_submenu' );