[ Index ] |
PHP Cross Reference of BBPress |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * Password Protected 5 * 6 * @package bbPress 7 * @subpackage Theme 8 */ 9 10 // Exit if accessed directly 11 defined( 'ABSPATH' ) || exit; 12 13 ?> 14 15 <div id="bbpress-forums" class="bbpress-wrapper"> 16 <fieldset class="bbp-form" id="bbp-protected"> 17 <Legend><?php esc_html_e( 'Protected', 'bbpress' ); ?></legend> 18 19 <?php echo get_the_password_form(); ?> 20 21 </fieldset> 22 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Feb 13 01:00:58 2025 | Cross-referenced by PHPXref 0.7.1 |