Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
themes
/
adsett
/
elements
/
templates
/
pxl_counter
/
File Content:
layout-2.php
<?php $widget->add_render_attribute( 'counter', [ 'class' => 'pxl-counter-number-value', 'data-startnumber' => $widget->get_setting('starting_number', 0), 'data-endnumber' => $settings['ending_number'], ] ); if ( ! empty( $settings['thousand_separator'] ) ) { $delimiter = empty( $settings['thousand_separator_char'] ) ? '' : $settings['thousand_separator_char']; $widget->add_render_attribute( 'counter', 'data-delimiter', $delimiter ); } ?> <div class="pxl-counter layout<?php echo esc_attr($settings['layout']) ?>"> <div class="counter-inner"> <div class="counter-content d-flex-wrap align-items-center"> <div class="counter-number col-auto"> <?php if(isset($settings['prefix'])) : ?> <span class="counter-number-prefix empty-none"><?php echo pxl_print_html($settings['prefix']); ?></span> <?php endif; ?> <span <?php pxl_print_html($widget->get_render_attribute_string( 'counter' )); ?>><?php echo esc_html($settings['starting_number']); ?></span> <?php if(isset($settings['suffix'])) : ?> <span class="counter-number-suffix empty-none"><?php echo pxl_print_html($settings['suffix']); ?></span> <?php endif; ?> </div> <?php if ( $settings['title'] ) : ?> <div class="counter-title col"><?php pxl_print_html($settings['title']); ?></div> <?php endif; ?> </div> </div> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
layout-1.php
1736 bytes
0644
layout-2.php
1538 bytes
0644
layout-3.php
1773 bytes
0644
layout-4.php
1513 bytes
0644
layout-5.php
1494 bytes
0644
N4ST4R_ID | Naxtarrr