| Current Path : /home/ereika83/public_html/wp-content/plugins/genesis-club-pro/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/genesis-club-pro/main.php |
<?php
/*
* Plugin Name: Genesis Club Pro
* Plugin URI: http://www.genesisclubpro.com/
* Description: Over 100 powerful add-ons features in 16 pluggable modules for Genesis Child Themes.
* Version: 4.39
* Author: Russell Jamieson
* Author URI: http://www.diywebmastery.com/about
* License: GPLv2+
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
if (!defined('GENESIS_CLUB_VERSION')) define('GENESIS_CLUB_VERSION','4.39');
if (!defined('GENESIS_CLUB_FRIENDLY_NAME')) define('GENESIS_CLUB_FRIENDLY_NAME', 'Genesis Club Pro') ;
if (!defined('GENESIS_CLUB_PLUGIN_NAME')) define('GENESIS_CLUB_PLUGIN_NAME', plugin_basename(dirname(__FILE__))) ;
if (!defined('GENESIS_CLUB_PLUGIN_PATH')) define('GENESIS_CLUB_PLUGIN_PATH', GENESIS_CLUB_PLUGIN_NAME.'/main.php');
if (!defined('GENESIS_CLUB_ICON')) define('GENESIS_CLUB_ICON', 'fa fa-code fa-2x');
if (!defined('GENESIS_CLUB_DOMAIN')) define('GENESIS_CLUB_DOMAIN', 'GENESIS_CLUB_DOMAIN') ; //text domain
if (!defined('GENESIS_CLUB_PRO_URL')) define('GENESIS_CLUB_PRO_URL','http://www.genesisclubpro.com');
if (!defined('GENESIS_CLUB_SUPPORT_URL')) define('GENESIS_CLUB_SUPPORT_URL','http://www.genesisclubpro.com/support/');
if (!defined('GENESIS_CLUB_NEWS')) define('GENESIS_CLUB_NEWS', 'http://www.diywebmastery.com/tags/genesis-newsfeed/feed/?images=&featured_only');
if (!defined('DIYWEBMASTERY_NEWS')) define('DIYWEBMASTERY_NEWS', 'http://www.diywebmastery.com/tags/newsfeed/feed/?images=&featured_only');
require_once(dirname(__FILE__) . '/classes/class-plugin.php');
$genesis_club_plugin = Genesis_Club_Plugin::get_instance();
register_activation_hook(__FILE__, array($genesis_club_plugin,'activate'));
add_action('init', array($genesis_club_plugin,'init'),0);
if (is_admin()) add_action('init', array($genesis_club_plugin,'admin_init'),0);