wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-includes/blocks/template-part.php › WordPress File
Funktionen5
› Server-side rendering of the `core/template-part` block.
Funktion | Kurzbeschreibung |
---|---|
build_template_part_block_area_variations | Returns an array of area variation objects for the template part block. |
build_template_part_block_instance_variations | Returns an array of instance variation objects for the template part block |
build_template_part_block_variations | Returns an array of all template part block variations. |
register_block_core_template_part | Registers the `core/template-part` block on the server. |
render_block_core_template_part | Renders the `core/template-part` block on the server. |