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: Wildlife | Sustainability Math

Wildlife

Are wildlife populations improving?

According to the Our World in Data article Wild mammals are making a comeback in Europe thanks to conservation efforts by Hannah Ritchie (9/27/2022) many mammal populations have increased as the chart shows.  The Eurasian beaver is thrilled: The Eurasian beaver has made the most remarkable recovery. It’s estimated to have increased …

Read More »

Where are fish going?

The Climate.gov article In search of cooler waters, marine species are shifting northward or diving deeper by John Dos Passos Coggin (4/3/2020) explains: The graphs show the annual change in latitude and depth of 140 marine species along the northeastern U.S. coast and in the eastern Bering Sea. Changes in …

Read More »

Why should we care about insects?

The Guardian article, Plummeting insect numbers ‘threaten collapse of nature’ by Damian Carrington (2/10/19) reports on the recent Biological Conservation paper Worldwide decline of the entomofauna: A review of its drivers by Francisco Sánchez-Bayo and Kris A.G.Wyckhuys (1/20/19). More than 40% of insect species are declining and a third are endangered, …

Read More »