# b-blocks/2.1.0/build/list/render.php

bBlocks – Essential Gutenberg Blocks &amp; Patterns Collection, version 2.1.0. 4 lines.

- Page: https://pluginprobe.com/plugins/b-blocks/2.1.0/code/build/list/render.php
- Raw: https://pluginprobe.com/plugins/b-blocks/2.1.0/raw/build/list/render.php
- Modified: 2026-07-27T10:48:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/b-blocks/2.1.0/code/build/list/render.php#L10-L20`.

```php
<?php
$id = wp_unique_id( 'bBlocksList-' );
?>
<div <?php echo get_block_wrapper_attributes(); ?> id='<?php echo esc_attr( $id ); ?>' data-attributes='<?php echo esc_attr( wp_json_encode( $attributes ) ); ?>'></div>
```
