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/views/dashboar...
File: tools-meta-box.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Tools meta box.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 3.8.6
[4] Fix | Delete
* @package WP_Smush
[5] Fix | Delete
*
[6] Fix | Delete
* @var bool $is_resize_detection Image resize detection module status.
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
if ( ! defined( 'WPINC' ) ) {
[10] Fix | Delete
die;
[11] Fix | Delete
}
[12] Fix | Delete
[13] Fix | Delete
?>
[14] Fix | Delete
[15] Fix | Delete
<p>
[16] Fix | Delete
<?php esc_html_e( 'Use Tools for extra configurations.', 'wp-smushit' ); ?>
[17] Fix | Delete
</p>
[18] Fix | Delete
[19] Fix | Delete
<div class="sui-box-settings-row sui-flushed sui-no-padding">
[20] Fix | Delete
<table class="sui-table sui-table-flushed">
[21] Fix | Delete
<thead>
[22] Fix | Delete
<tr>
[23] Fix | Delete
<th><?php esc_html_e( 'Available Tools', 'wp-smushit' ); ?></th>
[24] Fix | Delete
<th><?php esc_html_e( 'Status', 'wp-smushit' ); ?></th>
[25] Fix | Delete
</tr>
[26] Fix | Delete
</thead>
[27] Fix | Delete
[28] Fix | Delete
<tbody>
[29] Fix | Delete
<tr>
[30] Fix | Delete
<td class="sui-table-item-title">
[31] Fix | Delete
<?php esc_html_e( 'Image Resize Detection', 'wp-smushit' ); ?>
[32] Fix | Delete
</td>
[33] Fix | Delete
<td>
[34] Fix | Delete
<?php if ( $is_resize_detection ) : ?>
[35] Fix | Delete
<span class="sui-tag sui-tag-green"><?php esc_html_e( 'Active', 'wp-smushit' ); ?></span>
[36] Fix | Delete
<?php else : ?>
[37] Fix | Delete
<span class="sui-tag"><?php esc_html_e( 'Inactive', 'wp-smushit' ); ?></span>
[38] Fix | Delete
<?php endif; ?>
[39] Fix | Delete
</td>
[40] Fix | Delete
</tr>
[41] Fix | Delete
</tbody>
[42] Fix | Delete
</table>
[43] Fix | Delete
</div>
[44] Fix | Delete
[45] Fix | Delete
<a href="<?php echo esc_url( $this->get_url( 'smush-settings' ) ); ?>" class="sui-button sui-button-ghost">
[46] Fix | Delete
<span class="sui-icon-wrench-tool" aria-hidden="true"></span>
[47] Fix | Delete
<?php esc_html_e( 'View Tools', 'wp-smushit' ); ?>
[48] Fix | Delete
</a>
[49] Fix | Delete
[50] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function