Browse
For agents
About
bBlocks – Essential Gutenberg Blocks & Patterns Collection
/
2.1.0
bBlocks – Essential Gutenberg Blocks & Patterns Collection
v2.1.0
Switch version
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.43
2.0.42
2.0.41
2.0.40
2.0.39
2.0.38
trunk
1.0
1.1
1.2
1.3
1.4
1.5
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
All 106 releases
Overview
Code
b-blocks
/
build
/
text-path
/
render.php
render.php
in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.0, at build/text-path/render.php
4 lines
219 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
$
id
=
wp_unique_id
(
'
bBlocksTextPath-
'
)
;
3
?
>
4
<
div
<
?
php
echo
get_block_wrapper_attributes
(
)
;
?
>
id
=
'
<?php echo esc_attr( $id ); ?>
'
data
-
attributes
=
'
<?php echo esc_attr( wp_json_encode( $attributes ) ); ?>
'
>
<
/
div
>