Submit
Path:
~
/
home
/
getwphos
/
public_html
/
techniquetechs
/
wp-content
/
themes
/
plexify
/
woocommerce
/
loop
/
File Content:
pxl-result-count.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="pxl-result-count"> <?php if ( 1 === intval( $total ) ) { _e( 'Showing 1 result', 'plexify' ); } elseif ( $total <= $per_page || -1 === $per_page ) { printf( _n( 'Showing all %d result', 'Showing all %d results', $total, 'plexify' ), $total ); } else { $first = ( $per_page * $current ) - $per_page + 1; $last = min( $total, $per_page * $current ); printf( _nx( 'Showing %1$d–%2$d of %3$d result', 'Showing %1$d–%2$d of %3$d results', $total, 'with first and last result', 'plexify' ), $first, $last, $total ); } ?> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
pxl-add-to-cart.php
871 bytes
0644
pxl-rating.php
343 bytes
0644
pxl-result-count.php
644 bytes
0644
pxl-sale-flash.php
914 bytes
0644
toolbar.php
3658 bytes
0644
N4ST4R_ID | Naxtarrr