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: inline-retry-bulk-smush-notice.php
<?php
[0] Fix | Delete
if ( ! defined( 'WPINC' ) ) {
[1] Fix | Delete
die;
[2] Fix | Delete
}
[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 wp-smush-inline-retry-bulk-smush-notice">
[12] Fix | Delete
<div class="sui-notice-content">
[13] Fix | Delete
<div class="sui-notice-message">
[14] Fix | Delete
<i class="sui-notice-icon sui-icon-info sui-md" aria-hidden="true"></i>
[15] Fix | Delete
<p>
[16] Fix | Delete
<span style="display:block; margin-bottom:10px;">
[17] Fix | Delete
<?php
[18] Fix | Delete
printf(
[19] Fix | Delete
/* translators: 1: Open link, 2: Close the link */
[20] 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' ),
[21] Fix | Delete
'<a style="text-decoration:underline" target="_blank" href="' . esc_url( $docs_link ) . '">',
[22] Fix | Delete
'</a>'
[23] Fix | Delete
);
[24] Fix | Delete
?>
[25] Fix | Delete
</span>
[26] Fix | Delete
<a href="#" class="wp-smush-trigger-bulk-smush">
[27] Fix | Delete
<?php esc_html_e( 'Retry', 'wp-smushit' ); ?>
[28] Fix | Delete
</a>
[29] Fix | Delete
</p>
[30] Fix | Delete
</div>
[31] Fix | Delete
<div class="sui-notice-actions"><button class="sui-button-icon" data-notice-close="smush-box-inline-retry-bulk-smush-notice" type="button"><span class="sui-icon-check" aria-hidden="true"></span><span class="sui-screen-reader-text"><?php esc_html_e( 'Close this notice', 'wp-smushit' ); ?></span></button></div>
[32] Fix | Delete
</div>
[33] Fix | Delete
</div>
[34] Fix | Delete
[35] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function