Current File : /home/escuelai/public_html/wp-content/plugins/duplicator/views/inc.header.php
<?php

/**
 * Display header
 *
 * @param string $title Header title
 *
 * @return void
 */
function duplicator_header($title)
{
    echo "<h1>" . esc_html($title) . "</h1>";
}