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' ); Category: Atmosphere | Sustainability Math

Atmosphere

What’s new with the CO2 Data Explorer?

From Our World in Data’s post Data Update: We’ve just updated all of our global CO2 emissions data by Pablo Rosado, Hannah Ritchie, and Edouard Mathieu (11/11/2022): There is one major update in this year’s carbon budget. National emissions data was only available for CO2 emissions from fossil fuels and industrial …

Read More »

Is the ozone hole improving?

Some good news today. NOAA has an update on the Antarctic ozone hole in the article Antarctic ozone hole slightly smaller in 2022 (10/26/2022). The hole in the ozone layer — the portion of the stratosphere that protects our planet from the sun’s ultraviolet rays — is continuing to decrease. …

Read More »