[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * User Roles Profile Edit Part 5 * 6 * @package bbPress 7 * @subpackage Theme 8 */ 9 10 // Exit if accessed directly 11 defined( 'ABSPATH' ) || exit; 12 13 ?> 14 15 <div> 16 <label for="role"><?php esc_html_e( 'Blog Role', 'bbpress' ); ?></label> 17 18 <?php bbp_edit_user_blog_role(); ?> 19 20 </div> 21 22 <div> 23 <label for="forum-role"><?php esc_html_e( 'Forum Role', 'bbpress' ); ?></label> 24 25 <?php bbp_edit_user_forums_role(); ?> 26 27 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Oct 13 01:00:49 2024 | Cross-referenced by PHPXref 0.7.1 |