wp-includes/blocks/read-more.php
Lines:
1 to 13 of 13
<?php /** * Server-side rendering of the `core/read-more` block. * * @package WordPress */ /* function render_block_core_read_more() – Renders the `core/read-more` block on the server. */ /* function register_block_core_read_more() – Registers the `core/read-more` block on the server. */ add_action( 'init', 'register_block_core_read_more' );