Files
genesis-simple-sidebars/plugin.php
T

17 lines
234 B
PHP
Raw Normal View History

2013-08-26 20:05:25 -04:00
<?php
2019-04-22 17:28:46 -03:00
/**
* Load the main plugin file.
*
* @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';