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/bulk
File: auto-bulk-smush-notification.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Notification for auto Bulk Smush on scan completed while re-checking images.
[2] Fix | Delete
*
[3] Fix | Delete
* @var bool $background_processing_enabled Background optimization is enabled.
[4] Fix | Delete
*
[5] Fix | Delete
*/
[6] Fix | Delete
?>
[7] Fix | Delete
<div class="sui-notice sui-notice-grey wp-smush-auto-bulk-smush-notification sui-hidden">
[8] Fix | Delete
<div class="sui-notice-content">
[9] Fix | Delete
<div class="sui-notice-message">
[10] Fix | Delete
<span class="sui-notice-icon sui-icon-info sui-md" aria-hidden="true"></span>
[11] Fix | Delete
<p>
[12] Fix | Delete
<?php
[13] Fix | Delete
if( $background_processing_enabled ) {
[14] Fix | Delete
esc_html_e( 'Upon completion of the image recheck process, Smush will automatically proceed to initiate bulk image compression.', 'wp-smushit' );
[15] Fix | Delete
} else {
[16] Fix | Delete
esc_html_e( 'Once Smush completes the recheck process it will begin the Smush, it is recommended to keep this page open to initiate bulk image compression.', 'wp-smushit' );
[17] Fix | Delete
}
[18] Fix | Delete
?>
[19] Fix | Delete
</p>
[20] Fix | Delete
</div>
[21] Fix | Delete
</div>
[22] Fix | Delete
</div>
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function