# streamcast/2.2.5/admin/codestar-framework/codestar-framework.php

StreamCast – bring live radio to your site with a sleek player, version 2.2.5. 21 lines.

- Page: https://pluginprobe.com/plugins/streamcast/2.2.5/code/admin/codestar-framework/codestar-framework.php
- Raw: https://pluginprobe.com/plugins/streamcast/2.2.5/raw/admin/codestar-framework/codestar-framework.php
- Modified: 2025-04-16T21:12: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/streamcast/2.2.5/code/admin/codestar-framework/codestar-framework.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access directly.
/**
 *
 * @package   Codestar Framework - WordPress Options Framework
 * @author    Codestar <info@codestarthemes.com>
 * @link      http://codestarframework.com
 * @copyright 2015-2022 Codestar
 *
 *
 * Plugin Name: Codestar Framework
 * Plugin URI: http://codestarframework.com/
 * Author: Codestar
 * Author URI: http://codestarthemes.com/
 * Version: 2.3.0
 * Description: A Simple and Lightweight WordPress Option Framework for Themes and Plugins
 * Text Domain: csf
 * Domain Path: /languages
 *
 */
require_once plugin_dir_path( __FILE__ ) .'classes/setup.class.php';

```
