[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-legacy/buddypress/members/single/profile/ -> change-cover-image.php (source)

   1  <?php
   2  /**
   3   * BuddyPress - Members Profile Change Cover Image
   4   *
   5   * @package BuddyPress
   6   * @subpackage bp-legacy
   7   * @version 3.0.0
   8   */
   9  
  10  ?>
  11  
  12  <h2><?php _e( 'Change 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_profile_edit_cover_image' ); ?>
  22  
  23  <p><?php _e( 'Your Cover Image will be used to customize the header of your profile.', 'buddypress' ); ?></p>
  24  
  25  <?php bp_attachments_get_template_part( 'cover-images/index' ); ?>
  26  
  27  <?php
  28  
  29  /**
  30   * Fires after the display of profile cover image upload content.
  31   *
  32   * @since 2.4.0
  33   */
  34  do_action( 'bp_after_profile_edit_cover_image' );


Generated: Thu Apr 25 01:01:12 2024 Cross-referenced by PHPXref 0.7.1