2013-08-26 20:05:25 -04:00
|
|
|
<?php
|
2019-04-22 17:28:46 -03:00
|
|
|
/**
|
2019-04-26 17:46:43 -03:00
|
|
|
* Plugin Name: Genesis Simple Sidebars
|
2019-07-09 12:01:19 -03:00
|
|
|
* Plugin URI: https://github.com/studiopress/genesis-simple-sidebars
|
2019-04-26 17:46:43 -03:00
|
|
|
* Description: Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.
|
2024-03-06 15:07:10 +01:00
|
|
|
* Version: 2.2.3
|
2019-04-26 17:46:43 -03:00
|
|
|
* Author: StudioPress
|
2019-07-09 12:01:19 -03:00
|
|
|
* Author URI: https://www.studiopress.com/
|
2019-04-26 17:46:43 -03:00
|
|
|
* License: GNU General Public License v2.0 (or later)
|
|
|
|
|
* License URI: https://www.opensource.org/licenses/gpl-license.php
|
|
|
|
|
*
|
|
|
|
|
* Text Domain: genesis-simple-sidebars
|
|
|
|
|
* Domain Path: /languages
|
2019-04-22 17:28:46 -03:00
|
|
|
*
|
|
|
|
|
* @package genesis-simple-sidebars
|
|
|
|
|
*/
|
2017-03-01 19:51:34 -05:00
|
|
|
|
2019-04-22 17:28:46 -03:00
|
|
|
/**
|
|
|
|
|
* Load the plugin file.
|
|
|
|
|
*/
|
2017-03-01 19:51:34 -05:00
|
|
|
|
2019-04-22 17:28:46 -03:00
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
|
|
|
exit;
|
|
|
|
|
}
|
2013-08-26 20:05:25 -04:00
|
|
|
|
2019-04-22 17:28:46 -03:00
|
|
|
require_once plugin_dir_path( __FILE__ ) . 'genesis-simple-sidebars.php';
|