: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
$layouts = et_theme_builder_get_template_layouts();
<html <?php language_attributes(); ?>>
<?php echo $tb_theme_head; ?>
<?php do_action( 'et_theme_builder_template_head' ); ?>
<body <?php body_class(); ?>>
if ( function_exists( 'wp_body_open' ) ) {
et_theme_builder_frontend_render_header(
$layouts[ ET_THEME_BUILDER_HEADER_LAYOUT_POST_TYPE ]['id'],
$layouts[ ET_THEME_BUILDER_HEADER_LAYOUT_POST_TYPE ]['enabled'],
$layouts[ ET_THEME_BUILDER_TEMPLATE_POST_TYPE ]