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.../template...
File: footer.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Smash Balloon Custom Twitter Feeds Footer Template
[2] Fix | Delete
* Information about the person tweeting, replying, or quoting
[3] Fix | Delete
*
[4] Fix | Delete
* @version 2.0.4 Custom Twitter Feeds by Smash Balloon
[5] Fix | Delete
*
[6] Fix | Delete
*/
[7] Fix | Delete
use TwitterFeed\CTF_Display_Elements;
[8] Fix | Delete
[9] Fix | Delete
$loadmore_attr = CTF_Display_Elements::get_element_attribute( 'loadmore', $feed_options );
[10] Fix | Delete
?>
[11] Fix | Delete
[12] Fix | Delete
<?php if (( filter_var($feed_options['showbutton'], FILTER_VALIDATE_BOOLEAN) == true) || ctf_doing_customizer( $feed_options )) : ?>
[13] Fix | Delete
<a href="javascript:void(0);" id="ctf-more" class="ctf-more" <?php echo $loadmore_attr ?>><span><?php echo esc_html( $feed_options['buttontext'] ) ?></span></a>
[14] Fix | Delete
<?php endif; ?>
[15] Fix | Delete
[16] Fix | Delete
<?php if ($options['creditctf']): ?>
[17] Fix | Delete
<div class="ctf-credit-link"><a href="https://smashballoon.com/custom-twitter-feeds" target="_blank" rel="noopener noreferrer"><?php echo ctf_get_fa_el( 'fa-twitter' ) ?>Custom Twitter Feeds Plugin</a></div>
[18] Fix | Delete
<?php endif; ?>
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function