[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-legacy/buddypress/groups/single/admin/ -> group-cover-image.php (source)

   1  <?php
   2  /**
   3   * BuddyPress - Groups Admin - Group Cover Image Settings
   4   *
   5   * @package BuddyPress
   6   * @subpackage bp-legacy
   7   * @version 3.0.0
   8   */
   9  
  10  ?>
  11  
  12  <h2><?php _e( 'Cover Image', 'buddypress' ); ?></h2>
  13  
  14  <?php
  15  
  16  /**
  17   * Fires before the display of profile cover image upload content.
  18   *
  19   * @since 2.4.0
  20   */
  21  do_action( 'bp_before_group_settings_cover_image' ); ?>
  22  
  23  <p><?php _e( 'The Cover Image will be used to customize the header of your group.', 'buddypress' ); ?></p>
  24  
  25  <?php bp_attachments_get_template_part( 'cover-images/index' ); ?>
  26  
  27  <?php
  28  
  29  /**
  30   * Fires after the display of group cover image upload content.
  31   *
  32   * @since 2.4.0
  33   */
  34  do_action( 'bp_after_group_settings_cover_image' );


Generated: Thu Mar 28 01:00:56 2024 Cross-referenced by PHPXref 0.7.1