[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * BP Nouveau Search & filters bar 4 * 5 * @since 3.0.0 6 * @version 8.0.0 7 */ 8 ?> 9 <div class="subnav-filters filters no-ajax" id="subnav-filters"> 10 11 <?php if ( bp_nouveau_get_component_slug( 'friends' ) !== bp_current_component() ) : ?> 12 <div class="subnav-search clearfix"> 13 14 <?php if ( bp_nouveau_get_component_slug( 'activity' ) === bp_current_component() && bp_nouveau_is_feed_enable() ) : ?> 15 <div id="activity-rss-feed" class="feed"> 16 <a href="<?php bp_nouveau_activity_rss_link(); ?>" class="bp-tooltip" data-bp-tooltip="<?php bp_nouveau_activity_rss_tooltip(); ?>"> 17 <span class="bp-screen-reader-text"><?php bp_nouveau_activity_rss_screen_reader_text(); ?></span> 18 </a> 19 </div> 20 <?php endif; ?> 21 22 <?php bp_nouveau_search_form(); ?> 23 24 </div> 25 <?php endif; ?> 26 27 <?php if ( bp_is_user() && ! bp_is_current_action( 'requests' ) ) : ?> 28 <?php bp_get_template_part( 'common/filters/user-screens-filters' ); ?> 29 <?php elseif ( bp_nouveau_get_component_slug( 'groups' ) === bp_current_component() ) : ?> 30 <?php bp_get_template_part( 'common/filters/groups-screens-filters' ); ?> 31 <?php else : ?> 32 <?php bp_get_template_part( 'common/filters/directory-filters' ); ?> 33 <?php endif; ?> 34 35 </div><!-- search & filters -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 22 01:00:56 2024 | Cross-referenced by PHPXref 0.7.1 |