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/cdn
File: meta-box-header.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* CDN meta box header.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WP_Smush
[4] Fix | Delete
*
[5] Fix | Delete
* @var string $title Title.
[6] Fix | Delete
*/
[7] Fix | Delete
[8] Fix | Delete
if ( ! defined( 'WPINC' ) ) {
[9] Fix | Delete
die;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
?>
[13] Fix | Delete
[14] Fix | Delete
<h3 class="sui-box-title">
[15] Fix | Delete
<?php esc_html_e( 'CDN', 'wp-smushit' ); ?>
[16] Fix | Delete
</h3>
[17] Fix | Delete
[18] Fix | Delete
<div class="sui-actions-right">
[19] Fix | Delete
<span class="sui-field-prefix">
[20] Fix | Delete
<?php esc_html_e( 'How Smush CDN works?', 'wp-smushit' ); ?>
[21] Fix | Delete
</span>
[22] Fix | Delete
<span class="sui-tooltip sui-tooltip-constrained sui-tooltip-top-right" data-tooltip="<?php esc_attr_e( 'When someone visits a page on your site, the CDN will check if images are cached on the CDN. Images that are cached will be immediately served from the server closest to the user. Any image that is not yet cached will first be sent to the Smush API for optimization, then cached so the next time it is requested, the cached version will be served.', 'wp-smushit' ); ?>">
[23] Fix | Delete
<span class="sui-icon-info" aria-hidden="true"></span>
[24] Fix | Delete
</span>
[25] Fix | Delete
</div>
[26] Fix | Delete
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function