?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/rankinh/mariage-reunion-refonte/wp-content/plugins/backwpup/components/
Upload File :
Current File : /home/rankinh/mariage-reunion-refonte/wp-content/plugins/backwpup/components/heading-desc.php

<?php

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

if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

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