FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
counters-block
/
build
Edit File: render.php
<?php $id = wp_unique_id( 'ctrbCounters-' ); ?> <div <?php echo get_block_wrapper_attributes(); ?> id='<?php echo esc_attr( $id ); ?>' data-attributes='<?php echo esc_attr( wp_json_encode( $attributes ) ); ?>'></div>
Save
Back