File "inc.header.php"
Full Path: /home/bfxleof/www/wp-content/plugins/duplicator/views/inc.header.php
File size: 150 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
defined('ABSPATH') || defined('DUPXABSPATH') || exit;
function duplicator_header($title)
{
echo "<h1>".esc_html($title)."</h1>";
}
?>