ADPRESS_PREFIX, 'name' => 'AdPress', 'sku' => 'ADPRESS', 'url' => 'http://www.cybersprocket.com/products/adpress/', 'support_url' => 'http://www.cybersprocket.com/products/adpress/', 'basefile' => ADPRESS_BASENAME, 'plugin_path' => ADPRESS_PLUGINDIR, 'plugin_url' => ADPRESS_PLUGINURL, 'cache_path' => ADPRESS_PLUGINDIR . 'cache', // We don't want default wpCSL objects, let's set our own // 'use_obj_defaults' => false, 'cache_obj_name' => 'none', 'products_obj_name' => 'none', 'helper_obj_name' => 'default', 'notifications_obj_name'=> 'default', 'settings_obj_name' => 'default', // Licensing and Packages // 'license_obj_name' => 'default', 'url' => 'http://www.cybersprocket.com/products/adpress/', 'support_url' => 'http://redmine.cybersprocket.com/procets/adpress/', 'purchase_url' => 'http://www.cybersprocket.com/products/adpress/', 'has_packages' => true, // Themes and CSS // 'display_settings' => false, 'themes_obj_name' => 'none', 'themes_enabled' => false, 'css_prefix' => 'csl_themes', 'css_dir' => ADPRESS_PLUGINDIR . 'css/', 'no_default_css' => true, // Custom Config Settings // 'display_settings_collapsed'=> false, 'show_locale' => false, 'uses_money' => false, 'driver_type' => 'none', 'driver_args' => array( ), ) ); // Setup our optional packages // require_once(ADPRESS_PLUGINDIR . 'include/extra_help_class.php'); $adpress_plugin->extrahelper = new ADPRESS_Extra_Help( array( 'parent' => $adpress_plugin ) ); }