File "header-default.php"

Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/themes/goya/inc/templates/header/header-default.php
File size: 266 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template file for displaying default header
 *
 * @package Goya
 */
?>

<header id="header" class="<?php echo esc_attr( implode( ' ', (array) apply_filters( 'goya_header_class', array() ) ) ); ?>">

	<?php do_action( 'goya_header_inner' ); ?>

</header>