wp-includes/blocks/template-part.php
Lines:
1 to 19 of 19
<?php /** * Server-side rendering of the `core/template-part` block. * * @package WordPress */ /* function render_block_core_template_part() – Renders the `core/template-part` block on the server. */ /* function build_template_part_block_area_variations() – Returns an array of area variation objects for the template part block. */ /* function build_template_part_block_instance_variations() – Returns an array of instance variation objects for the template part block */ /* function build_template_part_block_variations() – Returns an array of all template part block variations. */ /* function register_block_core_template_part() – Registers the `core/template-part` block on the server. */ add_action( 'init', 'register_block_core_template_part' );