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