[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-nouveau/buddypress/assets/embeds/ -> activity.php (source)

   1  <?php
   2  /**
   3   * @version 3.0.0
   4   */
   5  
   6  if ( bp_activity_embed_has_activity( bp_current_action() ) ) :
   7  ?>
   8  
   9      <?php
  10      while ( bp_activities() ) :
  11          bp_the_activity();
  12      ?>
  13  
  14          <div class="bp-embed-excerpt"><?php bp_activity_embed_excerpt(); ?></div>
  15  
  16          <?php bp_activity_embed_media(); ?>
  17  
  18      <?php endwhile; ?>
  19  
  20  <?php
  21  endif;


Generated: Sun Apr 28 01:01:05 2024 Cross-referenced by PHPXref 0.7.1