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: linkbox.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Smash Balloon Custom Twitter Feeds Link Box 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
$quoted_text = CTF_Display_Elements::post_text( $quoted, $feed_options );
[11] Fix | Delete
$quoted_media_text = CTF_Display_Elements::get_quoted_media_text( $post, $feed_options );
[12] Fix | Delete
$quoted_name = CTF_Parse::get_quoted_name( $quoted );
[13] Fix | Delete
$quoted_verfied = CTF_Parse::get_quoted_verified( $quoted );
[14] Fix | Delete
$quoted_screen_name = CTF_Parse::get_quoted_screen_name( $quoted );
[15] Fix | Delete
?>
[16] Fix | Delete
<a href="<?php echo esc_url( 'https://twitter.com/' . $quoted_screen_name . '/status/' . $quoted['id_str'] ); ?>" class="ctf-quoted-tweet" target="_blank" rel="noopener noreferrer">
[17] Fix | Delete
<span class="ctf-quoted-author-name"><?php echo esc_html( $quoted_name ); ?></span>
[18] Fix | Delete
<?php if ((int)$quoted_verfied === 1) : ?>
[19] Fix | Delete
<span class="ctf-quoted-verified"><?php echo ctf_get_fa_el( 'fa-check-circle' ); ?></span>
[20] Fix | Delete
<?php endif; ?>
[21] Fix | Delete
<span class="ctf-quoted-author-screenname">@<?php echo esc_html( $quoted_screen_name ); ?></span>
[22] Fix | Delete
<p class="ctf-quoted-tweet-text"><?php echo wp_kses_post( nl2br( $quoted_text ) ); ?><?php echo wp_kses_post( $quoted_media_text ); ?></p>
[23] Fix | Delete
</a>
[24] Fix | Delete
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function