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-contained.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* ReduxTemplates - Full Width / Contained
[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
get_header();
[10] Fix | Delete
[11] Fix | Delete
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
[12] Fix | Delete
echo '<style id="redux-template-overrides">' . ReduxTemplates\Template_Overrides::get_overrides() . '</style>';
[13] Fix | Delete
[14] Fix | Delete
while ( have_posts() ) :
[15] Fix | Delete
the_post();
[16] Fix | Delete
the_content();
[17] Fix | Delete
[18] Fix | Delete
// If comments are open, or we have at least one comment, load up the comment template.
[19] Fix | Delete
if ( comments_open() || get_comments_number() ) :
[20] Fix | Delete
comments_template();
[21] Fix | Delete
endif;
[22] Fix | Delete
endwhile; // End of the loop.
[23] Fix | Delete
[24] Fix | Delete
get_footer();
[25] Fix | Delete
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function