[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Displays the footer widget area. 4 * 5 * @package WordPress 6 * @subpackage Twenty_Twenty_One 7 * @since Twenty Twenty-One 1.0 8 */ 9 10 if ( is_active_sidebar( 'sidebar-1' ) ) : ?> 11 12 <aside class="widget-area"> 13 <?php dynamic_sidebar( 'sidebar-1' ); ?> 14 </aside><!-- .widget-area --> 15 16 <?php 17 endif;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |