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