mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
17 lines
234 B
PHP
17 lines
234 B
PHP
<?php
|
|
/**
|
|
* Load the main plugin file.
|
|
*
|
|
* @package genesis-simple-sidebars
|
|
*/
|
|
|
|
/**
|
|
* Load the plugin file.
|
|
*/
|
|
|
|
if ( ! defined( 'ABSPATH' ) ) {
|
|
exit;
|
|
}
|
|
|
|
require_once plugin_dir_path( __FILE__ ) . 'genesis-simple-sidebars.php';
|