[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[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 : Sun Nov 24 08:20:01 2024 | Cross-referenced by PHPXref |