[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-legacy/buddypress/members/single/ -> invitations.php (source)

   1  <?php
   2  /**
   3   * BuddyPress - membership invitations
   4   *
   5   * @package BuddyPress
   6   * @subpackage bp-legacy
   7   * @version 8.0.0
   8   */
   9  
  10  ?>
  11  
  12  <div class="item-list-tabs no-ajax" id="subnav" aria-label="<?php esc_attr_e( 'Member secondary navigation', 'buddypress' ); ?>" role="navigation">
  13      <ul>
  14          <?php bp_get_options_nav(); ?>
  15      </ul>
  16  </div>
  17  
  18  <?php
  19  switch ( bp_current_action() ) :
  20  
  21      case 'send-invites' :
  22          bp_get_template_part( 'members/single/invitations/send-invites' );
  23          break;
  24  
  25      case 'list-invites' :
  26      default :
  27          bp_get_template_part( 'members/single/invitations/list-invites' );
  28          break;
  29  
  30  endswitch;
  31  


Generated: Sun Apr 28 01:01:05 2024 Cross-referenced by PHPXref 0.7.1