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/wp-conte.../plugins/wp-smush.../app/modals
File: stop-scanning.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Stop scanning media library modal.
[2] Fix | Delete
*/
[3] Fix | Delete
$docs_link = $this->get_utm_link(
[4] Fix | Delete
array(
[5] Fix | Delete
'utm_campaign' => 'smush_troubleshooting_docs',
[6] Fix | Delete
),
[7] Fix | Delete
'https://wpmudev.com/docs/wpmu-dev-plugins/smush/#troubleshooting-guide'
[8] Fix | Delete
);
[9] Fix | Delete
?>
[10] Fix | Delete
[11] Fix | Delete
<div class="sui-modal sui-modal-md">
[12] Fix | Delete
<div
[13] Fix | Delete
role="dialog"
[14] Fix | Delete
id="smush-stop-scanning-dialog"
[15] Fix | Delete
class="sui-modal-content smush-retry-modal smush-stop-scanning-dialog"
[16] Fix | Delete
aria-modal="true"
[17] Fix | Delete
aria-labelledby="smush-stop-scanning-dialog-title"
[18] Fix | Delete
>
[19] Fix | Delete
<div class="sui-box">
[20] Fix | Delete
<div class="sui-box-header sui-flatten sui-content-center sui-spacing-top--60 sui-spacing-bottom--10">
[21] Fix | Delete
<button type="button" class="sui-button-icon sui-button-float--right" data-modal-close="">
[22] Fix | Delete
<span class="sui-icon-close sui-md" aria-hidden="true"></span>
[23] Fix | Delete
<span class="sui-screen-reader-text">
[24] Fix | Delete
<?php esc_html_e( 'Close this dialog.', 'wp-smushit' ); ?>
[25] Fix | Delete
</span>
[26] Fix | Delete
</button>
[27] Fix | Delete
<i class="sui-notice-icon sui-warning-icon sui-icon-info sui-lg" aria-hidden="true"></i>
[28] Fix | Delete
<h3 class="sui-box-title sui-lg"><?php esc_html_e( 'Scan Hasn’t Finished Yet!', 'wp-smushit' ); ?></h3>
[29] Fix | Delete
</div>
[30] Fix | Delete
<div class="sui-box-body sui-flatten sui-content-center sui-no-padding-top sui-spacing-bottom--30">
[31] Fix | Delete
<p class="sui-description">
[32] Fix | Delete
<?php
[33] Fix | Delete
printf(
[34] Fix | Delete
/* translators: 1: Open link, 2: Close the link */
[35] Fix | Delete
esc_html__( 'Cancelling the scan would result in inaccurate statistics. Are you sure you want to cancel? If you’re facing issues, please refer to our %1$stroubleshooting guide%2$s.', 'wp-smushit' ),
[36] Fix | Delete
'<a target="_blank" href="' . esc_url( $docs_link ) . '">',
[37] Fix | Delete
'</a>'
[38] Fix | Delete
);
[39] Fix | Delete
?>
[40] Fix | Delete
</p>
[41] Fix | Delete
</div>
[42] Fix | Delete
<div class="sui-box-footer sui-flatten sui-content-center sui-spacing-bottom--60">
[43] Fix | Delete
<a href="#" data-action="Continue" data-modal-close="" class="sui-button">
[44] Fix | Delete
<?php esc_html_e( 'Continue Scanning', 'wp-smushit' ); ?>
[45] Fix | Delete
</a>
[46] Fix | Delete
<a href="#" data-action="Cancel" data-modal-close="" class="sui-button sui-button-ghost smush-stop-scanning-dialog-button">
[47] Fix | Delete
<?php esc_html_e( 'Cancel Anyway', 'wp-smushit' ); ?>
[48] Fix | Delete
</a>
[49] Fix | Delete
</div>
[50] Fix | Delete
</div>
[51] Fix | Delete
</div>
[52] Fix | Delete
</div>
[53] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function