# bbp-core/2.4.3/templates/feedback-no-forums.php

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

- Page: https://pluginprobe.com/plugins/bbp-core/2.4.3/code/templates/feedback-no-forums.php
- Raw: https://pluginprobe.com/plugins/bbp-core/2.4.3/raw/templates/feedback-no-forums.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/feedback-no-forums.php#L10-L20`.

```php
<?php

/**
 * No Forums Feedback Part
 *
 * @package bbPress
 * @subpackage Theme
 */

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

<div class="bbp-template-notice">
	<ul>
		<li><?php esc_html_e( 'Oh, bother! No forums were found here.', 'forumax' ); ?></li>
	</ul>
</div>

```
