Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/wp-smush.../app/common
File: summary-segment.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* @var string $human_bytes
[2] Fix | Delete
* @var int $resize_count Number of resizes images.
[3] Fix | Delete
* @var int $total_optimized Total nubmer of images optimized.
[4] Fix | Delete
* @var string|int $stats_percent
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
?>
[8] Fix | Delete
<div class="sui-summary-segment">
[9] Fix | Delete
<div class="sui-summary-details">
[10] Fix | Delete
<span class="sui-summary-large wp-smush-stats-human">
[11] Fix | Delete
<?php echo esc_html( $human_bytes ); ?>
[12] Fix | Delete
</span>
[13] Fix | Delete
<span class="sui-summary-detail wp-smush-savings">
[14] Fix | Delete
/<span class="wp-smush-stats-percent"><?php echo esc_html( $stats_percent ); ?></span>% </span>
[15] Fix | Delete
<span class="sui-summary-sub">
[16] Fix | Delete
<?php esc_html_e( 'Total Savings', 'wp-smushit' ); ?>
[17] Fix | Delete
</span>
[18] Fix | Delete
<span class="smushed-items-count">
[19] Fix | Delete
<span class="wp-smush-count-total">
[20] Fix | Delete
<span class="sui-summary-detail wp-smush-total-optimised">
[21] Fix | Delete
<?php echo esc_html( $total_optimized ); ?>
[22] Fix | Delete
</span>
[23] Fix | Delete
<span class="sui-summary-sub">
[24] Fix | Delete
<?php esc_html_e( 'Images Smushed', 'wp-smushit' ); ?>
[25] Fix | Delete
</span>
[26] Fix | Delete
</span>
[27] Fix | Delete
<span class="wp-smush-count-resize-total <?php echo $resize_count > 0 ? '' : 'sui-hidden'; ?>">
[28] Fix | Delete
<span class="sui-summary-detail wp-smush-total-optimised">
[29] Fix | Delete
<?php echo esc_html( $resize_count ); ?>
[30] Fix | Delete
</span>
[31] Fix | Delete
<span class="sui-summary-sub">
[32] Fix | Delete
<?php esc_html_e( 'Images Resized', 'wp-smushit' ); ?>
[33] Fix | Delete
</span>
[34] Fix | Delete
</span>
[35] Fix | Delete
</span>
[36] Fix | Delete
</div>
[37] Fix | Delete
</div>
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function