Parsed: 130574
<?php /** * Server-side rendering of the `core/navigation-link` block. * * @package WordPress */ /* function block_core_navigation_link_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_link_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_link_render_submenu_icon() – Returns the top-level submenu SVG chevron icon. */ /* function block_core_navigation_link_maybe_urldecode */ /* function render_block_core_navigation_link() – Renders the `core/navigation-link` block. */ /* function build_variation_for_navigation_link() – Returns a navigation link variation */ /* function register_block_core_navigation_link() – Register the navigation link block. */ add_action( 'init', 'register_block_core_navigation_link' );