Parsed: 131362
<?php /** * Server-side rendering of the `core/read-more` block. * * @package WordPress */ /* function render_block_core_read_more() – Renders the `core/read-more` block on the server. */ /* function register_block_core_read_more() – Registers the `core/read-more` block on the server. */ add_action( 'init', 'register_block_core_read_more' );