Jake Vanderwerf
2026-02-11 fd3d3f0bc4679a3d82db100cb230c8e0a484c24c
inc/blocks/SummaryBlock.php
@@ -124,6 +124,7 @@
    protected function renderHeader():void
    {
      ob_start();
        ?>
        <header id="top">
            <?php if ($this->image !== ''): ?>
@@ -139,6 +140,15 @@
            <?php endif; ?>
        </header>
        <?php
      $out = ob_get_clean();
      echo apply_filters(
         'jvbSummaryHeaderOutput',
         $out,
         $this->header,
         $this->headerExtra
      );
    }
    protected function renderDetails():void