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: bulk-background-process-dead.php
<?php
[0] Fix | Delete
$docs_link = $this->get_utm_link(
[1] Fix | Delete
array(
[2] Fix | Delete
'utm_campaign' => 'smush_troubleshooting_docs',
[3] Fix | Delete
),
[4] Fix | Delete
'https://wpmudev.com/docs/wpmu-dev-plugins/smush/#troubleshooting-guide'
[5] Fix | Delete
);
[6] Fix | Delete
?>
[7] Fix | Delete
<div class="sui-notice sui-notice-error">
[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-warning-alert sui-md" aria-hidden="true"></span>
[11] Fix | Delete
<p>
[12] Fix | Delete
<?php
[13] Fix | Delete
printf(
[14] Fix | Delete
/* translators: 1: Open a link, 2: Close the link */
[15] Fix | Delete
esc_html__( 'Bulk Smush failed due to problems on your site. Please retry or refer to our %1$stroubleshooting guide%2$s to help resolve this.', 'wp-smushit' ),
[16] Fix | Delete
'<a style="text-decoration:underline" target="_blank" href="' . esc_url( $docs_link ) . '">',
[17] Fix | Delete
'</a>'
[18] Fix | Delete
);
[19] Fix | Delete
?>
[20] Fix | Delete
</p>
[21] Fix | Delete
</div>
[22] Fix | Delete
</div>
[23] Fix | Delete
</div>
[24] Fix | Delete
<a href="<?php echo esc_url( $this->get_url( 'smush-bulk&smush-action=start-bulk-smush' ) ); ?>" class="sui-button sui-button-blue wp-smush-retry-bulk-smush-link">
[25] Fix | Delete
<?php esc_html_e( 'Retry', 'wp-smushit' ); ?>
[26] Fix | Delete
</a>
[27] Fix | Delete
[28] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function