• File: inc.header.php
  • Full Path: /home/chassiw/www/wp-content/plugins/duplicator/views/inc.header.php
  • File size: 95 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
	function duplicator_header($title)
	{
		echo "<h1>".esc_html($title)."</h1>";
	}
?>