# document-emberdder/1.8.6/admin/framework/framework.php

Document Embedder – let visitors read files without downloading, version 1.8.6. 21 lines.

- Page: https://pluginprobe.com/plugins/document-emberdder/1.8.6/code/admin/framework/framework.php
- Raw: https://pluginprobe.com/plugins/document-emberdder/1.8.6/raw/admin/framework/framework.php
- Modified: 2024-06-08T11:52:58+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/document-emberdder/1.8.6/code/admin/framework/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';

```
