File manager - Edit - /home/xfekoga/grenier/wp-content/plugins/clenix-core/elementor/views/counter-1.php
Back
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\Clenix_Core; use radiustheme\Lib\WP_SVG; ?> <div class="rt-counter rtin-counter-<?php echo esc_attr( $data['style'] );?> rtin-<?php echo esc_attr( $data['iconalign'] );?>"> <div class="rtin-item clearfix"> <?php if ( $data['showhide'] == 'show' ) { ?> <div class="rtin-media"> <?php if ( $data['icontype'] == 'image' ): ?> <?php if( WP_SVG::is_svg( $data['image']['id'] ) ) { $icon = WP_SVG::get_svg( $data['image']['id'] ); } else { $icon = wp_get_attachment_image( $data['image']['id'] ); } ?> <?php if ( !empty( $icon ) ) { ?> <span class="image-svg"><?php echo $icon; ?></span> <?php } ?> <?php else: ?> <i class="<?php echo esc_attr( $data['icon'] );?>" aria-hidden="true"></i> <?php endif; ?> </div> <?php } ?> <div class="rtin-content"> <div class="rtin-counter"><span class="counter" data-num="<?php echo esc_attr( $data['number'] );?>" data-rtspeed="<?php echo esc_attr( $data['speed'] );?>" data-rtsteps="<?php echo esc_attr( $data['steps'] );?>"><?php echo esc_html( $data['number'] );?></span></div> <h3 class="rtin-title"><?php echo esc_html( $data['title'] );?></h3> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings