Browse
For agents
About
wpForo Forum
/
1.4.1
wpForo Forum
v1.4.1
Switch version
3.1.5
3.1.4
3.1.2
3.1.1
3.1.0
3.0.9
3.0.8
3.0.7
trunk
1.0.0
1.0.1
1.0.2
1.1.0
1.1.1
1.1.2
1.2.0
1.3.0
1.3.1
1.4.0
1.4.1
1.4.10
1.4.11
1.4.12
1.4.13
1.4.2
All 137 releases
Overview
Code
wpforo
/
wpf-themes
/
classic
/
functions-wp.php
functions-wp.php
in wpForo Forum 1.4.1, at wpf-themes/classic/functions-wp.php
11 lines
305 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
//
Exit if accessed directly
3
if
(
!
defined
(
'
ABSPATH
'
)
)
exit
;
4
5
/**
6
* wpForo Classic Theme - WordPress theme specific functions
7
* @hook: action - 'after_setup_theme'
8
* @description: WordPress theme functions, for wpForo theme functions use functions.php file.
9
* @theme: Classic
10
*/
11