D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
oems
/
wp-content
/
plugins
/
duplicator
/
views
/
Filename :
inc.header.php
back
Copy
<?php /** * Display header * * @param string $title Header title * * @return void */ function duplicator_header($title) { echo "<h1>" . esc_html($title) . "</h1>"; }