: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* ReduxTemplates - Canvas / Theme Override
* @package redux-framework
defined( 'ABSPATH' ) || exit;
<html <?php language_attributes(); ?>>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="profile" href="https://gmpg.org/xfn/11"/>
<?php if ( ! current_theme_supports( 'title-tag' ) ) : ?>
<title><?php echo esc_html( wp_get_document_title() ); ?></title>
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
echo '<style id="redux-template-overrides">' . ReduxTemplates\Template_Overrides::get_overrides() . '</style>';
<body <?php body_class(); ?>>
// If comments are open, or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :