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