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.../bulk
File: scan-background-process-dead.php
<?php
[0] Fix | Delete
use Smush\Core\Helper;
[1] Fix | Delete
[2] Fix | Delete
$recheck_images_link = Helper::get_recheck_images_link();
[3] Fix | Delete
[4] Fix | Delete
$docs_link = $this->get_utm_link(
[5] Fix | Delete
array(
[6] Fix | Delete
'utm_campaign' => 'smush_troubleshooting_docs',
[7] Fix | Delete
),
[8] Fix | Delete
'https://wpmudev.com/docs/wpmu-dev-plugins/smush/#troubleshooting-guide'
[9] Fix | Delete
);
[10] Fix | Delete
?>
[11] Fix | Delete
<div class="sui-notice sui-notice-error">
[12] Fix | Delete
<div class="sui-notice-content">
[13] Fix | Delete
<div class="sui-notice-message">
[14] Fix | Delete
<span class="sui-notice-icon sui-icon-warning-alert sui-md" aria-hidden="true"></span>
[15] Fix | Delete
<p>
[16] Fix | Delete
<?php
[17] Fix | Delete
printf(
[18] Fix | Delete
/* translators: 1: Open span tag <span>, 2: Open a link, 3: Close the link, 4: Close span tag </span>*/
[19] Fix | Delete
esc_html__( 'Scan failed due to limited resources on your site. We have adjusted the scan to use fewer resources the next time. %1$sPlease retry or refer to our %2$stroubleshooting guide%3$s to help resolve this.%4$s', 'wp-smushit' ),
[20] Fix | Delete
'<span style="display:block;margin-top:10px;margin-bottom:5px">',
[21] Fix | Delete
'<a style="text-decoration:underline" target="_blank" href="' . esc_url( $docs_link ) . '">',
[22] Fix | Delete
'</a>',
[23] Fix | Delete
'</span>'
[24] Fix | Delete
);
[25] Fix | Delete
?>
[26] Fix | Delete
</p>
[27] Fix | Delete
</div>
[28] Fix | Delete
</div>
[29] Fix | Delete
</div>
[30] Fix | Delete
<a href="<?php echo esc_url( $recheck_images_link ); ?>" class="sui-button sui-button-blue wp-smush-retry-scan-link">
[31] Fix | Delete
<?php esc_html_e( 'Re-check Images', 'wp-smushit' ); ?>
[32] Fix | Delete
</a>
[33] Fix | Delete
[34] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function