Files
torebki-fabiola.pl/wp-content/plugins/duplicator/views/inc.header.php
2026-03-05 13:07:40 +01: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>";
}