HOME


Mini Shell 1.0
DIR: /var/www/rhodeworks/wp-content/plugins/duplicator/views/
Upload File :
Current File : /var/www/rhodeworks/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>";
}