PluginProbe
Video Player for YouTube – Embed Videos Your Visitors Will Love to Watch / 2.0.5
Video Player for YouTube – Embed Videos Your Visitors Will Love to Watch v2.0.5
2.1.1 2.1.0 trunk 1.0 1.1 1.2 1.4.2 1.5.2 1.5.5 1.6.1 1.6.2 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9
yt-player / admin / framework / codestar-framework.php

codestar-framework.php in Video Player for YouTube – Embed Videos Your Visitors Will Love to Watch 2.0.5, at admin/framework/codestar-framework.php

21 lines 667 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access directly.
2 /**
3 *
4 * @package Codestar Framework - WordPress Options Framework
5 * @author Codestar <info@codestarthemes.com>
6 * @link http://codestarframework.com
7 * @copyright 2015-2022 Codestar
8 *
9 *
10 * Plugin Name: Codestar Framework
11 * Plugin URI: http://codestarframework.com/
12 * Author: Codestar
13 * Author URI: http://codestarthemes.com/
14 * Version: 2.2.6
15 * Description: A Simple and Lightweight WordPress Option Framework for Themes and Plugins
16 * Text Domain: csf
17 * Domain Path: /languages
18 *
19 */
20 require_once plugin_dir_path( __FILE__ ) .'classes/setup.class.php';
21