# wpforo/3.1.6/themes/classic/functions-wp.php

wpForo Forum, version 3.1.6. 11 lines.

- Page: https://pluginprobe.com/plugins/wpforo/3.1.6/code/themes/classic/functions-wp.php
- Raw: https://pluginprobe.com/plugins/wpforo/3.1.6/raw/themes/classic/functions-wp.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/classic/functions-wp.php#L10-L20`.

```php
<?php
// Exit if accessed directly
if( ! defined( 'ABSPATH' ) ) exit;

/**
 * wpForo Classic Theme - WordPress theme specific functions
 * @hook: action - 'after_setup_theme'
 * @description: WordPress theme functions, for wpForo theme functions use functions.php file.
 * @theme: Classic
 */

```
