Parsed: 114374

<?php

/**
 * Server-side rendering of the `core/rss` block.
 *
 * @package WordPress
 */

/* function render_block_core_rss() – Renders the `core/rss` block on server. */

/* function register_block_core_rss() – Registers the `core/rss` block on server. */
add_action( 'init', 'register_block_core_rss' )  <;