Parsed: 114330
<?php /** * Server-side rendering of the `core/archives` block. * * @package WordPress */ /* function render_block_core_archives() – Renders the `core/archives` block on server. */ /* function register_block_core_archives() – Register archives block. */ add_action( 'init', 'register_block_core_archives' ) <;