Files
IWD2-02/INFO-3163 (CMS Web Dev)/Project/project/wp-content/plugins/duplicator/views/inc.header.php
T
2026-04-15 15:59:53 -04:00

14 lines
177 B
PHP

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