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/lazyload
File: disabled-meta-box.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Lazy loading disabled meta box.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 3.2.0
[4] Fix | Delete
* @package WP_Smush
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
if ( ! defined( 'WPINC' ) ) {
[8] Fix | Delete
die;
[9] Fix | Delete
}
[10] Fix | Delete
[11] Fix | Delete
?>
[12] Fix | Delete
[13] Fix | Delete
<?php if ( ! apply_filters( 'wpmudev_branding_hide_branding', false ) ) : ?>
[14] Fix | Delete
<img src="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/graphic-smush-lazyload-default.png' ); ?>"
[15] Fix | Delete
srcset="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/graphic-smush-lazyload-default@2x.png' ); ?> 2x"
[16] Fix | Delete
alt="<?php esc_html_e( 'Smush CDN', 'wp-smushit' ); ?>" class="sui-image">
[17] Fix | Delete
<?php endif; ?>
[18] Fix | Delete
[19] Fix | Delete
<div class="sui-message-content">
[20] Fix | Delete
<p>
[21] Fix | Delete
<?php esc_html_e( 'This feature stops offscreen images from loading until a visitor scrolls to them. Make your page load faster, use less bandwidth and fix the “defer offscreen images” recommendation from a Google PageSpeed test.', 'wp-smushit' ); ?>
[22] Fix | Delete
</p>
[23] Fix | Delete
[24] Fix | Delete
<button class="sui-button sui-button-blue" id="smush-enable-lazyload">
[25] Fix | Delete
<span class="sui-loading-text"><?php esc_html_e( 'Activate', 'wp-smushit' ); ?></span>
[26] Fix | Delete
<i class="sui-icon-loader sui-loading" aria-hidden="true"></i>
[27] Fix | Delete
</button>
[28] Fix | Delete
</div>
[29] Fix | Delete
[30] Fix | Delete
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function