So used to use the code below to turn our site header into our H1 tag worked till a few weeks ago, now H1 tags show up as empty when checking.. Its on WP anyone see an error or have a suggestion,
<h1 id="logo" class="image-logo" itemprop="headline">
<a title="<?php the_title(); ?>" href="<?php echo esc_url(home_url()); ?>"><img src="<?php header_image(); ?>" alt="<?php the_title(); ?>"></a></h1>
<h1 id="logo" class="image-logo" itemprop="headline">
<a title="<?php the_title(); ?>" href="<?php echo esc_url(home_url()); ?>"><img src="<?php header_image(); ?>" alt="<?php the_title(); ?>"></a></h1>