[ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Displays header media 4 * 5 * @package WordPress 6 * @subpackage Twenty_Seventeen 7 * @since Twenty Seventeen 1.0 8 * @version 1.0 9 */ 10 11 ?> 12 <div class="custom-header"> 13 14 <div class="custom-header-media"> 15 <?php the_custom_header_markup(); ?> 16 </div> 17 18 <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> 19 20 </div><!-- .custom-header -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 22 01:00:02 2024 | Cross-referenced by PHPXref 0.7.1 |