. */ // Prevent direct file access function aksh_mailchimp_pluginload(){ define('AKSH_PLUGIN_DIR',plugin_dir_path(__FILE__)); define('AKSH_PLUGIN_URL',plugins_url('/' , __FILE__ )); define('AKSH_PLUGIN_FILE',__FILE__); require_once AKSH_PLUGIN_DIR . 'include/aksh_general.php'; require_once AKSH_PLUGIN_DIR . 'include/aksh_widget.php'; if ( is_admin() ) { // backend only require_once AKSH_PLUGIN_DIR . 'include/aksh_admin.php'; new amcw_admin(); } return true; } add_action('plugins_loaded', 'aksh_mailchimp_pluginload', 22); ?>