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: header-generic.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Smash Balloon Custom Twitter Feeds Header Generic 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_Parse;
[8] Fix | Delete
use TwitterFeed\CTF_Display_Elements;
[9] Fix | Delete
[10] Fix | Delete
$header_text = CTF_Parse::get_generic_header_text( $feed_options );
[11] Fix | Delete
$header_url = CTF_Parse::get_generic_header_url( $feed_options );
[12] Fix | Delete
$header_attr = CTF_Display_Elements::get_element_attribute( 'header', $feed_options );
[13] Fix | Delete
?>
[14] Fix | Delete
[15] Fix | Delete
<div class="ctf-header ctf-header-type-generic" <?php echo $header_attr ?>>
[16] Fix | Delete
<a href="<?php echo esc_url( 'https://twitter.com/' . $header_url ) ?>" target="_blank" rel="noopener noreferrer" class="ctf-header-link">
[17] Fix | Delete
<div class="ctf-header-text">
[18] Fix | Delete
<p class="ctf-header-no-bio"><?php echo wp_kses_post( $header_text ); ?></p>
[19] Fix | Delete
</div>
[20] Fix | Delete
<div class="ctf-header-img">
[21] Fix | Delete
<div class="ctf-header-generic-icon">
[22] Fix | Delete
<?php echo ctf_get_fa_el( 'fa-twitter' ) ?>
[23] Fix | Delete
</div>
[24] Fix | Delete
</div>
[25] Fix | Delete
</a>
[26] Fix | Delete
</div>
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function