# wpforo/3.1.6/themes/2022/uc.php

wpForo Forum, version 3.1.6. 13 lines.

- Page: https://pluginprobe.com/plugins/wpforo/3.1.6/code/themes/2022/uc.php
- Raw: https://pluginprobe.com/plugins/wpforo/3.1.6/raw/themes/2022/uc.php
- Modified: 2026-09-18T16:11:00+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/wpforo/3.1.6/code/themes/2022/uc.php#L10-L20`.

```php
<?php
if( ! defined( 'ABSPATH' ) ) exit;

if( WPF()->board->get_current( 'is_standalone' ) ) get_header(); ?>
<div id="wpforo">
	<div id="wpforo-wrap" class="<?php do_action( 'wpforo_wrap_class' ); ?>">
        <div style="text-align: center; font-size: 55px; color: #0A75B5;">
            &#128679;&nbsp;&nbsp;<?php wpforo_phrase( 'Forum Board is Under Construction' ) ?>&nbsp;&nbsp;&#128679;
        </div>
	</div>
</div>
<?php if( WPF()->board->get_current( 'is_standalone' ) ) get_footer(); ?>

```
