# wpstream/4.12.5/hello-wpstream/framework/options/main.php

WpStream – Live Streaming, Video on Demand, Pay Per View, version 4.12.5. 10 lines.

- Page: https://pluginprobe.com/plugins/wpstream/4.12.5/code/hello-wpstream/framework/options/main.php
- Raw: https://pluginprobe.com/plugins/wpstream/4.12.5/raw/hello-wpstream/framework/options/main.php
- Modified: 2025-07-29T05:15:40+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/wpstream/4.12.5/code/hello-wpstream/framework/options/main.php#L10-L20`.

```php
<?php
/**
 * Main
 *
 * @package wpstream-theme
 */

// Require options general.
require_once get_theme_file_path( '/framework/options/general.php' );

```
