?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/closable-heading.php

<?php

/**
 * @var string  $title  Title to display. Default: "".  
 * @var string  $type   The type of container. Values: "modal", "sidebar". Default : "sidebar".       
 */

# Defaults

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

$title = $title ?? "";
$type = $type ?? "sidebar";

?>
<header class="flex items-center justify-between gap-4">
  <h1 class="flex items-center gap-1 text-primary-darker font-title font-bold text-2xl break-all"><?php echo esc_html( $title ); ?></h1>
  <button class="text-primary-darker text-2xl hover:text-secondary-darker js-backwpup-close-<?php echo esc_attr( $type ); ?>">
    ✕
  </button>
</header>