[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-legacy/buddypress/groups/single/ -> plugins.php (source)

   1  <?php
   2  /**
   3   * BuddyPress - Groups plugins
   4   *
   5   * @package BuddyPress
   6   * @subpackage bp-legacy
   7   * @version 3.0.0
   8   */
   9  
  10  /**
  11   * Fires before the display of content for plugins using the BP_Group_Extension.
  12   *
  13   * @since 1.2.0
  14   */
  15  do_action( 'bp_before_group_plugin_template' ); ?>
  16  
  17  <?php
  18  
  19  /**
  20   * Fires and displays content for plugins using the BP_Group_Extension.
  21   *
  22   * @since 1.0.0
  23   */
  24  do_action( 'bp_template_content' ); ?>
  25  
  26  <?php
  27  
  28  /**
  29   * Fires after the display of content for plugins using the BP_Group_Extension.
  30   *
  31   * @since 1.2.0
  32   */
  33  do_action( 'bp_after_group_plugin_template' );


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