: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
$file = get_stylesheet_uri();
$theme_css = new \TwitterFeed\Builder\CTF_Theme_CSS( $file );
if ( ! $theme_css->is_cached() ) {
$theme_css->find_styles();
echo $theme_css->generate_style_html();