: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<?php do_action('herald_before_end_content'); ?>
<?php get_template_part('template-parts/ads/above-footer'); ?>
<footer id="footer" class="herald-site-footer herald-slide">
<?php if( herald_get_option('footer_widgets') ): ?>
<?php get_template_part('template-parts/footer/widgets' ); ?>
<?php if( herald_get_option('footer_bottom') ): ?>
<?php get_template_part('template-parts/footer/bottom' ); ?>
<?php if( herald_get_option('scroll_to_top') ) : ?>
<a href="javascript:void(0)" id="back-top" class="herald-goto-top"><i class="fa fa-angle-up"></i></a>