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: feed.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Smash Balloon Custom Twitter Feeds Container 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
[10] Fix | Delete
<!-- Custom Twitter Feeds by Smash Balloon -->
[11] Fix | Delete
<div id="ctf" <?php echo $ctf_feed_classes ?> data-ctfshortcode="<?php echo $this->getShortCodeJSON() ?>" <?php echo $ctf_main_atts ?> data-ctfneeded="<?php echo esc_attr( $ctf_data_needed ) ?>">
[12] Fix | Delete
<?php
[13] Fix | Delete
[14] Fix | Delete
do_action( 'ctf_before_feed_start', $this );
[15] Fix | Delete
[16] Fix | Delete
$showheader = ($feed_options['showheader'] === 'on' || $feed_options['showheader'] === 'true' || $feed_options['showheader'] === true);
[17] Fix | Delete
[18] Fix | Delete
if ($showheader || ctf_doing_customizer( $feed_options )) :
[19] Fix | Delete
CTF_Display_Elements::display_header( $feed_options, $tweet_set );
[20] Fix | Delete
endif;
[21] Fix | Delete
?>
[22] Fix | Delete
<div class="ctf-tweets">
[23] Fix | Delete
<?php $this->tweet_loop( $tweet_set, $feed_options, $is_pagination ); ?>
[24] Fix | Delete
</div>
[25] Fix | Delete
<?php
[26] Fix | Delete
if ( $this->should_show_footer( $tweet_set ) ) {
[27] Fix | Delete
include ctf_get_feed_template_part( 'footer', $feed_options );
[28] Fix | Delete
}
[29] Fix | Delete
[30] Fix | Delete
/**
[31] Fix | Delete
* Things to add before the closing "div" tag for the main feed element. Several
[32] Fix | Delete
* features rely on this hook such as local images and some error messages
[33] Fix | Delete
*
[34] Fix | Delete
* @param object CTFFeedPro
[35] Fix | Delete
* @param string $feed_id
[36] Fix | Delete
*
[37] Fix | Delete
* @since 1.8/1.13
[38] Fix | Delete
*/
[39] Fix | Delete
do_action( 'ctf_before_feed_end', $this, $feed_id ); ?>
[40] Fix | Delete
[41] Fix | Delete
</div>
[42] Fix | Delete
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function