Parsed: 131324
<?php /** * Server-side rendering of the `core/home-link` block. * * @package WordPress */ /* function block_core_home_link_build_css_colors() – Build an array with CSS classes and inline styles defining the colors which will be applied to the home link markup in the front-end. */ /* function block_core_home_link_build_css_font_sizes() – Build an array with CSS classes and inline styles defining the font sizes which will be applied to the home link markup in the front-end. */ /* function block_core_home_link_build_li_wrapper_attributes() – Builds an array with classes and style for the li wrapper */ /* function render_block_core_home_link() – Renders the `core/home-link` block. */ /* function register_block_core_home_link() – Register the home block */ add_action( 'init', 'register_block_core_home_link' );