[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * BP Nouveau Groups screens filters 4 * 5 * @since 3.0.0 6 * @version 3.0.0 7 */ 8 ?> 9 <div id="comp-filters" class="component-filters clearfix"> 10 <div id="<?php bp_nouveau_filter_container_id(); ?>" class="last filter"> 11 <label for="<?php bp_nouveau_filter_id(); ?>" class="bp-screen-reader-text"> 12 <span ><?php bp_nouveau_filter_label(); ?></span> 13 </label> 14 <div class="select-wrap"> 15 <select id="<?php bp_nouveau_filter_id(); ?>" data-bp-filter="<?php bp_nouveau_filter_component(); ?>"> 16 17 <?php bp_nouveau_filter_options(); ?> 18 19 </select> 20 <span class="select-arrow" aria-hidden="true"></span> 21 </div> 22 </div> 23 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Jan 14 01:01:03 2025 | Cross-referenced by PHPXref 0.7.1 |