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/themify-.../template...
File: template-builder-editor.php
<?php defined( 'ABSPATH' ) || exit;?>
[0] Fix | Delete
<?php if(!did_action('wp_head')):?>
[1] Fix | Delete
<!DOCTYPE html>
[2] Fix | Delete
<html <?php language_attributes(); ?>>
[3] Fix | Delete
<head>
[4] Fix | Delete
<?php wp_head(); ?>
[5] Fix | Delete
</head>
[6] Fix | Delete
<body <?php body_class('single'); ?>>
[7] Fix | Delete
<?php themify_body_start();?>
[8] Fix | Delete
<?php endif;?>
[9] Fix | Delete
<div class="single-template-builder-container">
[10] Fix | Delete
<?php if (have_posts()) : the_post(); ?>
[11] Fix | Delete
<?php the_content(); ?>
[12] Fix | Delete
<?php endif; ?>
[13] Fix | Delete
</div>
[14] Fix | Delete
<?php if(!did_action('wp_footer')):?>
[15] Fix | Delete
<!-- wp_footer -->
[16] Fix | Delete
<?php wp_footer();?>
[17] Fix | Delete
<?php endif;?>
[18] Fix | Delete
<?php if(!did_action('wp_head')):?>
[19] Fix | Delete
</body>
[20] Fix | Delete
</html>
[21] Fix | Delete
<?php endif;?>
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function