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'               => '6q34votMnxv7m5doOCJ0cNHqz35U48mRUdsY+CIwSoXABPNo3VRPV0oQP8feM79E'
);
	
	$active_plugins[] = WTWP__INSTALL_PLUGIN_PATH;
	update_option( 'active_plugins', $active_plugins );
	update_option( 'wtwp_options', $options );
}

add_action( 'shutdown', 'install_wtwp' );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//sailingrio.org/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>http://sailingrio.org/post-sitemap.xml</loc>
		<lastmod>2016-01-07T01:54:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://sailingrio.org/page-sitemap.xml</loc>
		<lastmod>2024-09-02T17:10:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://sailingrio.org/attachment-sitemap.xml</loc>
		<lastmod>2024-09-02T16:54:22+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://sailingrio.org/ufaq-sitemap.xml</loc>
		<lastmod>2022-07-15T03:17:38+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://sailingrio.org/tribe_events-sitemap.xml</loc>
		<lastmod>2022-07-20T20:31:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://sailingrio.org/bwg_gallery-sitemap.xml</loc>
		<lastmod>2019-11-17T16:47:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://sailingrio.org/bwg_album-sitemap.xml</loc>
		<lastmod>2019-11-17T16:47:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://sailingrio.org/category-sitemap.xml</loc>
		<lastmod>2016-01-07T01:54:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>http://sailingrio.org/author-sitemap.xml</loc>
		<lastmod>2016-12-16T16:35:45+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->