/
var
/
www
/
barefootlaw.org
/
wp-content
/
themes
/
archub
/
bbpress
/
Upload File
HOME
<?php /** * Password Protected * * @package bbPress * @subpackage Theme */ ?> <div id="bbpress-forums"> <fieldset class="bbp-form" id="bbp-protected"> <Legend><?php esc_html_e( 'Protected', 'archub' ); ?></legend> <?php echo get_the_password_form(); ?> </fieldset> </div>