Browse
For agents
About
WpStream – Live Streaming, Video on Demand, Pay Per View
/
4.11.1
WpStream – Live Streaming, Video on Demand, Pay Per View
v4.11.1
Switch version
4.14.1
4.14.0
4.13.2
4.13.1
4.13
4.12.5
4.12.4
4.12.3
4.12.2
4.12.1
4.12
4.4.4
4.4.5
4.4.6
4.4.7
4.4.8
4.4.9
4.5
4.5.1
4.5.11
4.5.11.1
4.5.11.2
4.5.11.4
4.5.11.5
4.5.11.6
All 181 releases
Overview
Code
wpstream
/
hello-wpstream
/
framework
/
options
/
main.php
main.php
in WpStream – Live Streaming, Video on Demand, Pay Per View 4.11.1, at hello-wpstream/framework/options/main.php
10 lines
151 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
/**
3
* Main
4
*
5
*
@package
wpstream-theme
6
*/
7
8
//
Require options general.
9
require_once
get_theme_file_path
(
'
/framework/options/general.php
'
)
;
10