Core Function
View Source on Trac ↗ block_core_list_render()
block_core_list_render( mixed $attributes, mixed $content ) Adds the wp-block-list class to the rendered list block.
Parameters 2 required
| Name / Type | Description |
|---|---|
| $attributes array | Attributes of the block being rendered. Required |
| $content string | Content of the block being rendered. Required |
Return Value
(string)
The content of the block being rendered.
Function Information
Since Version
6.6.0
Source File
wp-includes/blocks/list.php
Advertisement