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/redux-fr.../redux-te.../classes/template...
File: template-canvas.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* ReduxTemplates - Canvas / Theme Override
[2] Fix | Delete
*
[3] Fix | Delete
* @since 4.0.0
[4] Fix | Delete
* @package redux-framework
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
defined( 'ABSPATH' ) || exit;
[8] Fix | Delete
[9] Fix | Delete
?>
[10] Fix | Delete
<!DOCTYPE html>
[11] Fix | Delete
<html <?php language_attributes(); ?>>
[12] Fix | Delete
<head>
[13] Fix | Delete
<meta charset="<?php bloginfo( 'charset' ); ?>">
[14] Fix | Delete
<meta name="viewport" content="width=device-width, initial-scale=1"/>
[15] Fix | Delete
<link rel="profile" href="https://gmpg.org/xfn/11"/>
[16] Fix | Delete
<?php if ( ! current_theme_supports( 'title-tag' ) ) : ?>
[17] Fix | Delete
<title><?php echo esc_html( wp_get_document_title() ); ?></title>
[18] Fix | Delete
<?php endif; ?>
[19] Fix | Delete
<?php
[20] Fix | Delete
wp_head();
[21] Fix | Delete
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
[22] Fix | Delete
echo '<style id="redux-template-overrides">' . ReduxTemplates\Template_Overrides::get_overrides() . '</style>';
[23] Fix | Delete
?>
[24] Fix | Delete
</head>
[25] Fix | Delete
<body <?php body_class(); ?>>
[26] Fix | Delete
<?php wp_body_open(); ?>
[27] Fix | Delete
<?php
[28] Fix | Delete
while ( have_posts() ) :
[29] Fix | Delete
the_post();
[30] Fix | Delete
the_content();
[31] Fix | Delete
[32] Fix | Delete
// If comments are open, or we have at least one comment, load up the comment template.
[33] Fix | Delete
if ( comments_open() || get_comments_number() ) :
[34] Fix | Delete
comments_template();
[35] Fix | Delete
endif;
[36] Fix | Delete
?>
[37] Fix | Delete
<?php endwhile; ?>
[38] Fix | Delete
<?php wp_footer(); ?>
[39] Fix | Delete
</body>
[40] Fix | Delete
</html>
[41] Fix | Delete
[42] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function