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

Energy

Why can’t we just stop oil?

We don’t use oil for just gasoline and one of the key uses of a barrel of oil is the binding agent for asphalt, which electric cars also desire. From my We Can’t Just Stop Oil post on Briefed by Data: Oil is refined by heating it, and different types …

Read More »

How much propane are we exporting?

From the eia article Monthly U.S. propane exports in March 2023 reached a record high by Josh Eiermann (6/6/2023) U.S. propane exports reached a record 1.7 million barrels per day (b/d) in March 2023, the highest level since we began collecting this data in 1973. Propane is consumed globally for space heating …

Read More »

How has electricity generation changed?

First some good news. The eia report Renewable generation surpassed coal and nuclear in the U.S. electric power sector in 2022 by Katherine Antonio (3/27/2023) notes Last year, the U.S. electric power sector produced 4,090 million megawatthours (MWh) of electric power. In 2022, generation from renewable sources—wind, solar, hydro, biomass, …

Read More »