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/custom-t.../admin/views/sections
File: sticky_widget.php
<div class="ctf-stck-wdg">
[0] Fix | Delete
<?php
[1] Fix | Delete
$icons = TwitterFeed\Builder\CTF_Feed_Builder::builder_svg_icons();
[2] Fix | Delete
$smashballoon_info = TwitterFeed\Builder\CTF_Feed_Builder::get_smashballoon_info();
[3] Fix | Delete
?>
[4] Fix | Delete
<div class="ctf-stck-pop" v-if="stickyWidget">
[5] Fix | Delete
<div class="ctf-stck-el ctf-stck-el-upgrd sb-btn-orange">
[6] Fix | Delete
<div class="ctf-stck-el-icon"><?php echo $icons[$smashballoon_info['upgrade']['icon']] ?></div>
[7] Fix | Delete
<div class="ctf-stck-el-txt sb-small-p sb-bold" style="color: #fff;"><?php echo __('Upgrade to Pro','custom-twitter-feeds') ?></div>
[8] Fix | Delete
<div class="ctf-chevron">
[9] Fix | Delete
<svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg">
[10] Fix | Delete
<path d="M1.3332 0L0.158203 1.175L3.97487 5L0.158203 8.825L1.3332 10L6.3332 5L1.3332 0Z" fill="white"/>
[11] Fix | Delete
</svg>
[12] Fix | Delete
</div>
[13] Fix | Delete
<a :href="links.popup.allAccessBundle" target="_blank" class="ctf-fs-a"></a>
[14] Fix | Delete
</div>
[15] Fix | Delete
[16] Fix | Delete
<div class="ctf-stck-title"><?php echo __('Our Feeds for other platforms','custom-twitter-feeds') ?></div>
[17] Fix | Delete
[18] Fix | Delete
<div class="ctf-stck-el-list ctf-fb-fs">
[19] Fix | Delete
<?php foreach ($smashballoon_info['platforms'] as $platform): ?>
[20] Fix | Delete
<div class="ctf-stck-el ctf-fb-fs">
[21] Fix | Delete
[22] Fix | Delete
<div class="ctf-stck-el-icon" style="color:<?php echo $smashballoon_info['colorSchemes'][$platform['icon']] ?>;"><?php echo $icons[$platform['icon']] ?></div>
[23] Fix | Delete
<div class="ctf-stck-el-txt sb-small-text sb-small-p sb-dark-text"><?php echo $platform['name'] ?></div>
[24] Fix | Delete
<div class="ctf-chevron">
[25] Fix | Delete
<svg width="7" height="10" viewBox="0 0 7 10" fill="#8C8F9A" xmlns="http://www.w3.org/2000/svg"><path d="M1.3332 0L0.158203 1.175L3.97487 5L0.158203 8.825L1.3332 10L6.3332 5L1.3332 0Z" fill="#8C8F9A"></path></svg>
[26] Fix | Delete
</div>
[27] Fix | Delete
<a href="<?php echo esc_url($platform['link'] ) ?>" target="_blank" rel="nofollow noopener" class="ctf-fs-a"></a>
[28] Fix | Delete
</div>
[29] Fix | Delete
<?php endforeach ?>
[30] Fix | Delete
</div>
[31] Fix | Delete
<div class="ctf-stck-follow ctf-fb-fs">
[32] Fix | Delete
<span><?php echo __('Follow Us','custom-twitter-feeds') ?></span>
[33] Fix | Delete
<div class="ctf-stck-flw-links">
[34] Fix | Delete
<?php foreach ($smashballoon_info['socialProfiles'] as $social_key => $social): ?>
[35] Fix | Delete
<a href="<?php echo esc_url($social); ?>" data-type="<?php echo $social_key ?>" target="_blank" rel="nofollow noopener" style="color:<?php echo $smashballoon_info['colorSchemes'][$social_key] ?>;"><?php echo $icons[$social_key] ?></a>
[36] Fix | Delete
<?php endforeach ?>
[37] Fix | Delete
</div>
[38] Fix | Delete
</div>
[39] Fix | Delete
</div>
[40] Fix | Delete
<div class="ctf-stck-wdg-btn" @click.prevent.default="toggleStickyWidget">
[41] Fix | Delete
<span v-if="!stickyWidget"><?php echo $icons['smash']; ?></span>
[42] Fix | Delete
<div v-else class="ctf-stck-wdg-btn-cls">
[43] Fix | Delete
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg">
[44] Fix | Delete
<path d="M14.501 1.77279L13.091 0.362793L7.50098 5.95279L1.91098 0.362793L0.500977 1.77279L6.09098 7.36279L0.500977 12.9528L1.91098 14.3628L7.50098 8.77279L13.091 14.3628L14.501 12.9528L8.91098 7.36279L14.501 1.77279Z" fill="#141B38"/>
[45] Fix | Delete
</svg>
[46] Fix | Delete
</div>
[47] Fix | Delete
</div>
[48] Fix | Delete
</div>
[49] Fix | Delete
[50] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function