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