| 1 |
<?php |
| 2 |
$id = wp_unique_id( 'ctrbCounters-' ); |
| 3 |
|
| 4 |
extract( $attributes ); |
| 5 |
|
| 6 |
// if( isset( $icon['class'] ) && !empty( $icon['class'] ) ){ |
| 7 |
// wp_enqueue_style( 'font-awesome-7' ); |
| 8 |
// } |
| 9 |
// wp_enqueue_style( 'font-awesome-7' ); |
| 10 |
?> |
| 11 |
<div |
| 12 |
<?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- get_block_wrapper_attributes() is properly escaped ?> |
| 13 |
<?php echo get_block_wrapper_attributes(); ?> |
| 14 |
id='<?php echo esc_attr( $id ); ?>' |
| 15 |
data-attributes='<?php echo esc_attr( wp_json_encode( $attributes ) ); ?>' |
| 16 |
></div> |