[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/templates/default/extras/ -> single-user.php (source)

   1  <?php
   2  
   3  /**
   4   * Single User
   5   *
   6   * @package bbPress
   7   * @subpackage Theme
   8   */
   9  
  10  get_header(); ?>
  11  
  12      <?php do_action( 'bbp_before_main_content' ); ?>
  13  
  14      <div id="bbp-user-<?php bbp_current_user_id(); ?>" class="bbp-single-user">
  15          <div class="entry-content">
  16  
  17              <?php bbp_get_template_part( 'content', 'single-user' ); ?>
  18  
  19          </div><!-- .entry-content -->
  20      </div><!-- #bbp-user-<?php bbp_current_user_id(); ?> -->
  21  
  22      <?php do_action( 'bbp_after_main_content' ); ?>
  23  
  24  <?php get_sidebar(); ?>
  25  <?php get_footer();


Generated: Wed Apr 24 01:00:58 2024 Cross-referenced by PHPXref 0.7.1