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