# bbp-core/2.4.3/templates/form-protected.php

Forumax – AI Powered Advanced Community Forum Plugin, version 2.4.3. 21 lines.

- Page: https://pluginprobe.com/plugins/bbp-core/2.4.3/code/templates/form-protected.php
- Raw: https://pluginprobe.com/plugins/bbp-core/2.4.3/raw/templates/form-protected.php
- Modified: 2026-01-28T15:54:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/bbp-core/2.4.3/code/templates/form-protected.php#L10-L20`.

```php
<?php

/**
 * Password Protected
 *
 * @package bbPress
 * @subpackage Theme
 */

// Exit if accessed directly
defined( 'ABSPATH' ) || exit;
?>

<div id="bbpress-forums" class="bbpress-wrapper">
	<fieldset class="bbp-form" id="bbp-protected">
		<Legend><?php esc_html_e( 'Protected', 'forumax' ); ?></legend>

		<?php echo get_the_password_form(); ?>

	</fieldset>
</div>
```
