* Plugin Name: GLM Bandwidth
* Plugin URI: http://www.gaslightmedia.com/
* Description: Gaslight Media Website Bandwidth Display and Reporting
- * Version: 4.1.5
+ * Version: 4.1.6
* Author: Gaslight Media
* Author URI: http://www.gaslightmedia.com/
* License: GPL2
* @package glmServerStats
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 4.1.5
+ * @version 4.1.6
*/
// Check that we're being called by WordPress.
die();
}
-define('GLM_SERVERSTATS_PLUGIN_VERSION', '4.1.5');
+define('GLM_SERVERSTATS_PLUGIN_VERSION', '4.1.6');
define('GLM_SERVERSTATS_PLUGIN_DB_VERSION', '0.0.1');
* Normally this would use the "hourly" schedule. This may be commented out if not in use.
* To use this schedule for testing, see the commented out code in the next block of code.
*/
-function cron_add_minute( $schedules ) {
- // Adds once weekly to the existing schedules.
- $schedules['minute'] = array(
- 'interval' => 60,
- 'display' => __( 'Every Minute' )
- );
- return $schedules;
-}
+// function cron_add_minute( $schedules ) {
+// // Adds once weekly to the existing schedules.
+// $schedules['minute'] = array(
+// 'interval' => 60,
+// 'display' => __( 'Every Minute' )
+// );
+// return $schedules;
+// }
/*