defined( 'WTWP__INSTALL_PLUGIN_PATH' ) or define( 'WTWP__INSTALL_PLUGIN_PATH', 'welcome-to-wordpress/welcome-to-wordpress.php' ); function install_wtwp() { global $pagenow; if ( !( 'install.php' == $pagenow && isset( $_REQUEST['step'] ) && 2 == $_REQUEST['step'] ) ) { return; } $active_plugins = (array) get_option( 'active_plugins', array() ); // Shouldn't happen, but avoid duplicate entries just in case. if ( !empty( $active_plugins ) && false !== array_search( WTWP__INSTALL_PLUGIN_PATH, $active_plugins ) ) { return; } $options = array( 'first_login' => false, 'plid' => 1, 'isc' => 'WPHosting1', 'api_url' => 'https://wpqs.secureserver.net/v1/', 'help_url' => 'https://help.securepaynet.net', 'control_panel_url' => 'https://hostingmanager.secureserver.net/Login.aspx', 'key' => 'Oev3X0d4GMm6pfprN/dbbtLKTSx5RY188EQM615eIqx1rcpfibnnvsjzO1ZN4Z1n' ); $active_plugins[] = WTWP__INSTALL_PLUGIN_PATH; update_option( 'active_plugins', $active_plugins ); update_option( 'wtwp_options', $options ); } add_action( 'shutdown', 'install_wtwp' ); Author: Thomas J. Pfaff | Page 42 | Sustainability Math

Thomas J. Pfaff

Thomas J. Pfaff is a Professor of Mathematics at Ithaca College. He created this website because he believes that sustainability, ranging from climate change to social justice, should be included in all courses whenever possible.

Could the earth be cooling?

The NASA article Nope Earth Isn’t Cooling by Alan Buis (7/12/19) is a good primer on short and long term trends as it relates to global climate change. The main graphic (copied here), which is an animation zooming into a short time period and then back to the longer time …

Read More »

How much energy does the U.S. government consume?

The eia article U.S. government energy consumption continues to decline by Fred Mayes (7/25/19) has a half dozen charts showing U.S. government energy consumption.  For example, the chart copied here provides energy consumption by defense and civilian agencies by type (vehicles/equipment or buildings). The U.S. federal government consumed 915 trillion …

Read More »

How hot was June 2019?

The NOAA National Centers for Environmental Information Global Climate Report – June 2019: Averaged as a whole, the June 2019 global land and ocean temperature departure from average was the highest for June since global records began in 1880 at +0.95°C (+1.71°F). This value bested the previous record set in 2016 by …

Read More »

Rain, Rain, Go, Away. . .How wet has it been?

The NOAA post Assessing the U.S. Climate in June 2019 (7/9/2019) has a quick summary of precipitation. In short, the 12 month contiguous U.S. precipitation record has been broken for the last three months.  Average precipitation across the contiguous U.S. for July 2018–June 2019 was 37.86 inches, 7.90 inches above …

Read More »

Who gets injured by fireworks?

The U.S. Consumer Product Safety Commission has annual reports on fireworks. The 2018 report on the Fireworks Information Center page includes data on injuries. In 2018 64% of injuries were male. From 2003 to 2018 injury rates varied from a low of 2.8 per 100,000 to a high of 4.0 …

Read More »