[ Index ] |
PHP Cross Reference of BuddyPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * BuddyPress - Users Plugins Template 4 * 5 * 3rd-party plugins should use this template to easily add template 6 * support to their plugins for the members component. 7 * 8 * @since 3.0.0 9 * @version 3.0.0 10 */ 11 12 bp_nouveau_member_hook( 'before', 'plugin_template' ); ?> 13 14 <?php if ( ! bp_is_current_component_core() ) : ?> 15 16 <nav class="<?php bp_nouveau_single_item_subnav_classes(); ?>" id="subnav"> 17 <ul class="subnav"> 18 19 <?php bp_get_template_part( 'members/single/parts/item-subnav' ); ?> 20 21 <?php bp_nouveau_member_hook( '', 'plugin_options_nav' ); ?> 22 23 </ul> 24 </nav> 25 26 <?php endif; ?> 27 28 <?php if ( has_action( 'bp_template_title' ) ) : ?> 29 30 <h2><?php bp_nouveau_plugin_hook( 'title' ); ?></h2> 31 32 <?php endif; ?> 33 34 <?php 35 bp_nouveau_plugin_hook( 'content' ); 36 37 bp_nouveau_member_hook( 'after', 'plugin_template' );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Feb 10 01:01:00 2025 | Cross-referenced by PHPXref 0.7.1 |