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: cdn-upsell.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* We also show up it via js after clicking on Bulk Smush Now.
[2] Fix | Delete
*
[3] Fix | Delete
* @see bulk-smush.js - background-process.js
[4] Fix | Delete
*
[5] Fix | Delete
* @var bool $background_in_processing Whether background is in processing or not.
[6] Fix | Delete
* @var string $bulk_upgrade_url CDN upgrade url.
[7] Fix | Delete
*/
[8] Fix | Delete
use Smush\App\Admin;
[9] Fix | Delete
?>
[10] Fix | Delete
<div class="sui-box-body sui-margin-top wp-smush-upsell-cdn <?php echo ! $background_in_processing ? ' sui-hidden' : ''; ?>">
[11] Fix | Delete
<div class="smush-box-image">
[12] Fix | Delete
<img class="sui-image-icon" src="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/bulk-smush/cdn-upsell-icon.png' ); ?>"
[13] Fix | Delete
srcset="<?php echo esc_url( WP_SMUSH_URL . 'app/assets/images/bulk-smush/cdn-upsell-icon@2x.png' ); ?> 2x"
[14] Fix | Delete
alt="<?php esc_html_e( 'Smush CDN Icon', 'wp-smushit' ); ?>">
[15] Fix | Delete
</div>
[16] Fix | Delete
<div class="sui-box-content">
[17] Fix | Delete
<p>
[18] Fix | Delete
<?php
[19] Fix | Delete
printf(
[20] Fix | Delete
/* translators: %d: Number of CDN PoP locations */
[21] Fix | Delete
esc_html__( 'Want to serve images even faster? Get up to 2x more speed with Smush Pro’s CDN, which spans %d servers worldwide.', 'wp-smushit' ),
[22] Fix | Delete
Admin::CDN_POP_LOCATIONS
[23] Fix | Delete
);
[24] Fix | Delete
?>
[25] Fix | Delete
</p>
[26] Fix | Delete
<a href="<?php echo esc_url( $bulk_upgrade_url ); ?>" class="smush-upsell-link" target="_blank">
[27] Fix | Delete
<?php
[28] Fix | Delete
printf(
[29] Fix | Delete
/* translators: %s: Discount */
[30] Fix | Delete
esc_html__( 'Unlock now with Pro and get %s off.', 'wp-smushit' ),
[31] Fix | Delete
esc_html( WP_Smush::get_instance()->admin()->get_plugin_discount() )
[32] Fix | Delete
);
[33] Fix | Delete
?>
[34] Fix | Delete
</a>
[35] Fix | Delete
</div>
[36] Fix | Delete
</div>
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function