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 30 | 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.

Are hurricanes getting stronger?

Climate Central provides some graphs and facts related to hurricanes in their article Stronger Hurricanes (9/23/2020).  The graph shows the trend in Atlantic water temperature and here are the related key concepts from the article: Sea surface temperatures in the tropical Atlantic, known as the Main Development Region for tropical …

Read More »

What was the 2020 Arctic sea ice minimum?

The climate.gov article 2020 Arctic sea ice minimum second lowest on record by Michon Scott (9/21/2020) reports: On September 15, 2020, the National Snow and Ice Data Center (NSIDC) announced, Arctic sea ice appeared to have reached its annual minimum extent. At 1.44 million square miles (3.74 million square kilometers), this …

Read More »

How hot was Aug 2020?

From the NOAA Global Climate Report – August 2020: Averaged as a whole, the August 2020 global land and ocean surface temperature was 0.94°C (1.69°F) above average and the second highest August temperature since global records began in 1880. Only August 2016 was warmer with a temperature departure from average of +0.98°C …

Read More »

Where do we find CA wildfire data?

CAL FIRE provides information about current fires as well as historical data. The picture here is from their incidents page where users can choose current fires or select particular year. For active incidents the right side bar provides the status of current fires. The stats and events page has historical …

Read More »