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: global-upsell.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Show Unlimited upsell on Bulk Smush completed.
[2] Fix | Delete
*
[3] Fix | Delete
* @var string $bulk_upgrade_url Upgrade pro url.
[4] Fix | Delete
* @var string $global_upsell_desc Upgrade pro notice description.
[5] Fix | Delete
*/
[6] Fix | Delete
?>
[7] Fix | Delete
<div class="sui-box-body sui-margin-top wp-smush-global-upsell wp-smush-upsell-on-completed sui-hidden">
[8] Fix | Delete
<div class="smush-box-image">
[9] Fix | Delete
<img class="sui-image-icon" src="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/bulk-smush/global-upsell-icon.png' ); ?>"
[10] Fix | Delete
srcset="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/bulk-smush/global-upsell-icon@2x.png' ); ?> 2x"
[11] Fix | Delete
alt="<?php esc_html_e( 'Smush Upsell Icon', 'wp-smushit' ); ?>">
[12] Fix | Delete
</div>
[13] Fix | Delete
<div class="sui-box-content">
[14] Fix | Delete
<p>
[15] Fix | Delete
<?php echo esc_html( $global_upsell_desc ); ?>
[16] Fix | Delete
</p>
[17] Fix | Delete
<a href="<?php echo esc_url( $bulk_upgrade_url ); ?>" class="smush-upsell-link" target="_blank">
[18] Fix | Delete
<?php
[19] Fix | Delete
printf(
[20] Fix | Delete
/* translators: %s: Discount */
[21] Fix | Delete
esc_html__( 'Upgrade to Pro and get %s off', 'wp-smushit' ),
[22] Fix | Delete
esc_html( WP_Smush::get_instance()->admin()->get_plugin_discount() )
[23] Fix | Delete
);
[24] Fix | Delete
?>
[25] Fix | Delete
</a>
[26] Fix | Delete
</div>
[27] Fix | Delete
</div>
[28] Fix | Delete
[29] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function