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