forked from LiveCarta/LiveCartaWP
Changed source root directory
This commit is contained in:
13
html/wp-content/plugins/duplicator/views/inc.header.php
Normal file
13
html/wp-content/plugins/duplicator/views/inc.header.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Display header
|
||||
*
|
||||
* @param string $title Header title
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function duplicator_header($title)
|
||||
{
|
||||
echo "<h1>" . esc_html($title) . "</h1>";
|
||||
}
|
||||
Reference in New Issue
Block a user