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