[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-groups/screens/user/ -> my-groups.php (source)

   1  <?php
   2  /**
   3   * Groups: User's "Groups" screen handler
   4   *
   5   * @package BuddyPress
   6   * @subpackage GroupScreens
   7   * @since 3.0.0
   8   */
   9  
  10  /**
  11   * Handle the loading of the My Groups page.
  12   *
  13   * @since 1.0.0
  14   */
  15  function groups_screen_my_groups() {
  16  
  17      /**
  18       * Fires before the loading of the My Groups page.
  19       *
  20       * @since 1.1.0
  21       */
  22      do_action( 'groups_screen_my_groups' );
  23  
  24      /**
  25       * Filters the template to load for the My Groups page.
  26       *
  27       * @since 1.0.0
  28       *
  29       * @param string $value Path to the My Groups page template to load.
  30       */
  31      bp_core_load_template( apply_filters( 'groups_template_my_groups', 'members/single/home' ) );
  32  }


Generated: Fri Apr 19 01:01:08 2024 Cross-referenced by PHPXref 0.7.1