Files
genesis-simple-sidebars/plugin.php
T

27 lines
693 B
PHP
Raw Normal View History

2013-08-26 20:05:25 -04:00
<?php
2019-04-22 17:28:46 -03:00
/**
* Plugin Name: Genesis Simple Sidebars
* Plugin URI: https://github.com/copyblogger/genesis-simple-sidebars
* Description: Genesis Simple Sidebars allows you to easily create and use new sidebar widget areas.
* Version: 2.2.0
* Author: StudioPress
* Author URI: http://www.studiopress.com/
* 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';