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/embedpre.../EmbedPre.../Ends/Back/Settings/template...
File: go-premium.php
<?php
[0] Fix | Delete
$icon_src = EMBEDPRESS_SETTINGS_ASSETS_URL . "img/sources/icons";
[1] Fix | Delete
[2] Fix | Delete
$sources = [
[3] Fix | Delete
["name" => "YouTube", "icon" => $icon_src . "/youtube.png", "type" => "video", "settings" => true],
[4] Fix | Delete
["name" => "Youtube Live", "icon" => $icon_src . "/youtubelive.png", "type" => "stream", "settings" => true],
[5] Fix | Delete
["name" => "Vimeo", "icon" => $icon_src . "/vimeo.png", "type" => "video", "settings" => true],
[6] Fix | Delete
["name" => "Wistia", "icon" => $icon_src . "/wistia.png", "type" => "video", "settings" => true],
[7] Fix | Delete
["name" => "Twitch", "icon" => $icon_src . "/twitch.png", "type" => "video", "settings" => true],
[8] Fix | Delete
["name" => "Dailymotion", "icon" => $icon_src . "/dailymotion.png", "type" => "video", "settings" => true],
[9] Fix | Delete
["name" => "SoundCloud", "icon" => $icon_src . "/soundcloud.png", "type" => "audio", "settings" => true],
[10] Fix | Delete
["name" => "Spotify", "icon" => $icon_src . "/spotify.png", "type" => "audio", "settings" => true],
[11] Fix | Delete
["name" => "Google Calendar", "icon" => $icon_src . "/google-calendar.png", "type" => "google", "settings" => true],
[12] Fix | Delete
["name" => "OpenSea", "icon" => $icon_src . "/opensea.png", "type" => "google", "settings" => true],
[13] Fix | Delete
["name" => "Calendly", "icon" => $icon_src . "/calendly.png", "type" => "calendar", "settings" => true],
[14] Fix | Delete
];
[15] Fix | Delete
[16] Fix | Delete
[17] Fix | Delete
?>
[18] Fix | Delete
<div class="background__white radius-16 p-24">
[19] Fix | Delete
[20] Fix | Delete
<h1 class="page-heading">
[21] Fix | Delete
<?php echo esc_html__( 'Why upgrade to Premium Version?', 'embedpress' ); ?>
[22] Fix | Delete
</h1>
[23] Fix | Delete
<div class="source-settings-page page-premium">
[24] Fix | Delete
<p class="page-premium-text">
[25] Fix | Delete
<?php printf( esc_html__( "The premium version helps us to continue development of the product incorporating even more features and enhancements. You will also get world class support from our dedicated team, 24/7.", "embedpress" )); ?>
[26] Fix | Delete
</p>
[27] Fix | Delete
</div>
[28] Fix | Delete
<div class="upgrage__card__tab__style">
[29] Fix | Delete
<h3><?php esc_html_e("Exclusive PRO Features", "embedpress"); ?></h3>
[30] Fix | Delete
<ul class="upgrage__card__tab__list">
[31] Fix | Delete
<li class="upgrage__card__tab__list__item"><?php printf( esc_html__( "Social Share", "embedpress" )); ?>
[32] Fix | Delete
</li>
[33] Fix | Delete
<li class="upgrage__card__tab__list__item"><?php printf( esc_html__( "Lazy Loading", "embedpress" )); ?>
[34] Fix | Delete
</li>
[35] Fix | Delete
<li class="upgrage__card__tab__list__item"><?php printf( esc_html__( "SEO Optimized", "embedpress" )); ?>
[36] Fix | Delete
</li>
[37] Fix | Delete
<li class="upgrage__card__tab__list__item"><?php printf( esc_html__( "Custom Branding", "embedpress" )); ?>
[38] Fix | Delete
</li>
[39] Fix | Delete
<li class="upgrage__card__tab__list__item">
[40] Fix | Delete
<?php printf( esc_html__( "Content Protection", "embedpress" )); ?></li>
[41] Fix | Delete
<li class="upgrage__card__tab__list__item">
[42] Fix | Delete
<?php printf( esc_html__( "Custom Audio & Video Player", "embedpress" )); ?></li>
[43] Fix | Delete
<li class="upgrage__card__tab__list__item">
[44] Fix | Delete
<?php printf( esc_html__( "PDF & Documents Embedding", "embedpress" )); ?></li>
[45] Fix | Delete
<li class="upgrage__card__tab__list__item">
[46] Fix | Delete
<?php printf( esc_html__( "Embed From 150+ Sources", "embedpress" )); ?></li>
[47] Fix | Delete
<li class="upgrage__card__tab__list__item"><?php printf( esc_html__( "Wrapper Support", "embedpress" )); ?>
[48] Fix | Delete
</li>
[49] Fix | Delete
</ul>
[50] Fix | Delete
<a href="https://wpdeveloper.com/in/upgrade-embedpress" target="_blank"
[51] Fix | Delete
class="button button-pro-upgrade"><?php esc_html_e("Upgrade To Pro", "embedpress"); ?><i
[52] Fix | Delete
class="ep-icon ep-link-icon"></i></a>
[53] Fix | Delete
</div>
[54] Fix | Delete
</div>
[55] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function