[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-activity/screens/ -> just-me.php (source)

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


Generated: Thu Apr 18 01:01:15 2024 Cross-referenced by PHPXref 0.7.1