PluginProbe
Genesis Simple Sidebars / trunk
Genesis Simple Sidebars vtrunk
trunk 0.9 0.9.1 0.9.2 0.9.2.1 1.0.0 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1.0 2.2.0 2.2.1 2.2.2 2.2.3
genesis-simple-sidebars / plugin.php

plugin.php in Genesis Simple Sidebars trunk, at plugin.php

27 lines 694 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Plugin Name: Genesis Simple Sidebars
4 * Plugin URI: https://github.com/studiopress/genesis-simple-sidebars
5 * Description: Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.
6 * Version: 2.2.3
7 * Author: StudioPress
8 * Author URI: https://www.studiopress.com/
9 * License: GNU General Public License v2.0 (or later)
10 * License URI: https://www.opensource.org/licenses/gpl-license.php
11 *
12 * Text Domain: genesis-simple-sidebars
13 * Domain Path: /languages
14 *
15 * @package genesis-simple-sidebars
16 */
17
18 /**
19 * Load the plugin file.
20 */
21
22 if ( ! defined( 'ABSPATH' ) ) {
23 exit;
24 }
25
26 require_once plugin_dir_path( __FILE__ ) . 'genesis-simple-sidebars.php';
27