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