: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<?php $parentClassName = $this->bvinfo->isMalcare() ? "malcare" : "blogvault"; ?>
<div class="<?php echo esc_attr($parentClassName); ?>">
<div class="custom-container">
<?php require_once dirname( __FILE__ ) . "/components/header_top.php"; ?>
require_once dirname( __FILE__ ) . "/components/list_accounts.php";
require_once dirname( __FILE__ ) . "/components/testimony.php";
require_once dirname( __FILE__ ) . "/components/footer.php";