HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 8.2.29
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/plugins/backwpup/components/heading-desc.php
<?php

/**
 * @var string  $title        Heading title. Default "".
 * @var string  $description  Heading description.
 */

$title = $title ?? "";
$description = $description ?? "";
?>
<h3 class="mb-1">
  <span class="text-xl font-semibold"><?php echo $title; ?></span>
  <?php if ($description) : ?>
    ยท <span class="text-base"><?php echo $description ?></span>
  <?php endif; ?>
</h3>