[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * bbPress User Profile Edit 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();
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sat Dec 21 01:00:52 2024 | Cross-referenced by PHPXref 0.7.1 |