[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-groups/screens/single/ -> admin.php (source)

   1  <?php
   2  /**
   3   * Groups: Single group "Manage" screen handler
   4   *
   5   * @package BuddyPress
   6   * @subpackage GroupsScreens
   7   * @since 3.0.0
   8   */
   9  
  10  /**
  11   * Handle the display of a group's Admin pages.
  12   *
  13   * @since 1.0.0
  14   */
  15  function groups_screen_group_admin() {
  16      if ( !bp_is_groups_component() || !bp_is_current_action( 'admin' ) )
  17          return false;
  18  
  19      if ( bp_action_variables() )
  20          return false;
  21  
  22      bp_core_redirect( bp_get_group_permalink( groups_get_current_group() ) . 'admin/edit-details/' );
  23  }


Generated: Fri Apr 26 01:01:11 2024 Cross-referenced by PHPXref 0.7.1