# wpforo/1.4.13/wpf-themes/classic/functions-wp.php

wpForo Forum, version 1.4.13. 11 lines.

- Page: https://pluginprobe.com/plugins/wpforo/1.4.13/code/wpf-themes/classic/functions-wp.php
- Raw: https://pluginprobe.com/plugins/wpforo/1.4.13/raw/wpf-themes/classic/functions-wp.php
- Modified: 2018-06-02T17:14:32+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/1.4.13/code/wpf-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
 */
 
```
