Jake Vanderwerf
2026-01-01 5b5f37de365ff84fc231e414a719d1b2ff4ceff6
inc/helpers/ui.php
@@ -254,6 +254,13 @@
    return $image->formatImage($imgID, $start, $end, $addLink, $postSlug);
}
function jvbImageCaption(int $imgID, string $start = 'tiny', string $end = 'large', bool $addLink = true, ?string $postSlug = null):string
{
   $caption = wp_get_attachment_caption($imgID);
   $caption = ($caption && $caption !== '') ? '<figcaption>'.apply_filters('the_content', $caption).'</figcaption>' : '';
   return '<figure>'.jvbFormatImage($imgID, $start, $end, $addLink, $postSlug).$caption.'</figure>';
}
/**
 * Outputs the notification container in the footer
 * @return void
@@ -425,8 +432,11 @@
      <div class="bar">
         <div class="fill"></div>
      </div>
      <div class="details row btw">
         <?=$inside?>
      <div class="row btw">
         <i class="icon"></i>
         <div class="details">
            <?=$inside?>
         </div>
      </div>
   </div>
   <?php