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/builder/template.../preview
File: theme-styles.php
<?php
[0] Fix | Delete
$file = get_stylesheet_uri();
[1] Fix | Delete
$theme_css = new \TwitterFeed\Builder\CTF_Theme_CSS( $file );
[2] Fix | Delete
[3] Fix | Delete
if ( ! $theme_css->is_cached() ) {
[4] Fix | Delete
$theme_css->load_css();
[5] Fix | Delete
$theme_css->parse();
[6] Fix | Delete
$theme_css->find_styles();
[7] Fix | Delete
$theme_css->cache();
[8] Fix | Delete
}
[9] Fix | Delete
[10] Fix | Delete
echo $theme_css->generate_style_html();
[11] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function