Parsed: 129627
<?php /** * Server-side rendering of the `core/site-title` block. * * @package WordPress */ /* function render_block_core_site_title() – Renders the `core/site-title` block on the server. */ /* function register_block_core_site_title() – Registers the `core/site-title` block on the server. */ add_action( 'init', 'register_block_core_site_title' );