PluginProbe
Counters Block – showcase your stats with animated numbers / 2.0.5
Counters Block – showcase your stats with animated numbers v2.0.5
2.0.8 2.0.7 trunk 1.0.0 1.0.1 1.0.2 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6
counters-block / build / render.php

render.php in Counters Block – showcase your stats with animated numbers 2.0.5, at build/render.php

16 lines 550 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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>